Fix related widget height and buttons alignment when there is a multiline label.
parent
da02334a35
commit
f086906f46
|
|
@ -42,6 +42,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
/* end fix */
|
/* end fix */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue