fix grid flex
This commit is contained in:
parent
0dfce71e55
commit
044cdc8136
1 changed files with 5 additions and 0 deletions
|
|
@ -445,6 +445,11 @@
|
|||
.webbpm.account-applications grid-v2 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.webbpm.account-applications grid-v2 {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.webbpm.account-applications * + grid-v2,
|
||||
.webbpm.account-applications grid-v2 ~ *:not([hidden]) {
|
||||
margin-top: var(--indent-small);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue