Skip to content

Commit

Permalink
[form-builder] PTE: add some bottom margin to new fullscreen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored and rexxars committed Oct 6, 2020
1 parent f650b42 commit 52915f3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
display: flex;
flex-direction: column;

@nest .fullscreenPortal & {
margin-bottom: var(--medium-padding);
}

@nest .readOnly & {
background-color: var(--input-bg-disabled);
color: var(--input-color-read-only);
Expand Down

0 comments on commit 52915f3

Please sign in to comment.