Fix minimum size when anonymous usere
parent
d55318bda4
commit
4ac5a7e37e
|
@ -8,6 +8,7 @@
|
|||
background: $whitish;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
min-height: 36px;
|
||||
.attachments-title {
|
||||
@extend %medium;
|
||||
@extend %bold;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
background: $whitish;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
min-height: 36px;
|
||||
.related-tasks-title {
|
||||
@extend %medium;
|
||||
@extend %bold;
|
||||
|
|
Loading…
Reference in New Issue