Fixed wired shrink issue
This commit is contained in:
parent
d64842dfa1
commit
87de8d830b
1 changed files with 4 additions and 0 deletions
|
@ -241,6 +241,10 @@
|
|||
> div {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
> div:first-child {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.limit {
|
||||
|
|
Loading…
Add table
Reference in a new issue