style(webui): fix uneven heights of roots
ci/woodpecker/push/woodpecker Pipeline was successful Details

fix/notes-editor
Tomáš Mládek 2024-01-30 11:06:16 +01:00
parent b275d04c23
commit f1184ad2b3
1 changed files with 8 additions and 0 deletions

View File

@ -224,6 +224,11 @@
@use '$lib/styles/colors';
.upobject {
height: 100%;
display: flex;
align-items: stretch;
justify-content: stretch;
border-radius: 4px;
&.left-active {
@ -244,6 +249,9 @@
}
.address {
flex-grow: 1;
min-width: 0;
display: flex;
align-items: center;