Fix minimum size when anonymous usere

stable
Xavier Julián 2016-01-11 14:20:01 +01:00
parent d55318bda4
commit 4ac5a7e37e
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
background: $whitish;
display: flex;
justify-content: space-between;
min-height: 36px;
.attachments-title {
@extend %medium;
@extend %bold;

View File

@ -9,6 +9,7 @@
background: $whitish;
display: flex;
justify-content: space-between;
min-height: 36px;
.related-tasks-title {
@extend %medium;
@extend %bold;