minor fix

This commit is contained in:
fbsanchez 2020-10-01 14:05:25 +02:00
parent 95f58776c8
commit 679d72e5c0
1 changed files with 3 additions and 1 deletions

View File

@ -583,10 +583,12 @@ select:-internal-list-box {
justify-content: space-between;
align-content: center;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.flex-row-baseline {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: baseline;
}