minor change

This commit is contained in:
fbsanchez 2021-11-10 17:14:12 +01:00
parent a96d5d68e3
commit 94e8a35613
1 changed files with 8 additions and 0 deletions

View File

@ -659,6 +659,14 @@ select:-internal-list-box {
justify-content: flex-end;
align-content: flex-end;
}
.flex-content-left {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: center;
align-items: center;
}
.flex-column {
display: flex;
flex-direction: column;