Merged in feat/ancillaries-ui-fixes (pull request #3383)
feat: update ancillaries flow ui * feat: update ancillaries flow ui Approved-by: Matilda Haneling
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
padding: var(--Space-x1) var(--Space-x2) var(--Space-x2);
|
||||
padding: var(--Space-x2) var(--Space-x2) var(--Space-x3) var(--Space-x2);
|
||||
border-top: 1px solid var(--Border-Default);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.modalScrollable {
|
||||
padding: var(--Space-x1) var(--Space-x3) var(--Space-x3);
|
||||
padding: var(--Space-x3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user