ERVU-486
This commit is contained in:
parent
4c0bfb676d
commit
d5c965dcd7
1 changed files with 6 additions and 2 deletions
|
|
@ -525,9 +525,13 @@
|
|||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.webbpm.account-applications form-component .horizontal-container vbox + vbox {
|
||||
margin-left: var(--indent-xlarge);
|
||||
.webbpm.account-applications hbox > .horizontal-container :is(vbox, hbox):not([hidden]) ~ :is(vbox, hbox):not([hidden]) {
|
||||
padding-left: var(--indent-xlarge);
|
||||
}
|
||||
.webbpm.account-applications hbox > .horizontal-container :is(vbox, hbox) {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
|
||||
.webbpm.account-applications .many-to-many link-field,
|
||||
.webbpm.account-applications .many-to-many grid {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue