minor change
This commit is contained in:
parent
a96d5d68e3
commit
94e8a35613
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue