diff options
Diffstat (limited to 'src/objects/_dialog.scss')
| -rw-r--r-- | src/objects/_dialog.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 22325f4..45af8b6 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
| @@ -25,6 +25,8 @@ | |||
| 25 | grid-template-rows: auto auto 1fr auto; | 25 | grid-template-rows: auto auto 1fr auto; |
| 26 | grid-template-areas: 'header' 'rule' 'body' 'footer'; | 26 | grid-template-areas: 'header' 'rule' 'body' 'footer'; |
| 27 | position: relative; | 27 | position: relative; |
| 28 | box-sizing: border-box; | ||
| 29 | width: 100%; | ||
| 28 | max-width: fn.dim(--width-md); | 30 | max-width: fn.dim(--width-md); |
| 29 | margin: 0 auto; | 31 | margin: 0 auto; |
| 30 | padding: fn.dim(--pad-y) fn.dim(--pad-x); | 32 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
