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