fix: Invalid align-items value
This commit is contained in:
parent
2431767fdf
commit
76648bc6cf
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
.flush-top {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: end;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.level {
|
||||
|
|
@ -79,4 +79,4 @@
|
|||
|
||||
.fill-width {
|
||||
flex: 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue