diff options
Diffstat (limited to 'src/objects/_dialog.scss')
| -rw-r--r-- | src/objects/_dialog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 5a323bb..e3c786d 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | margin-inline: props.get(vars.$body--pad-i); | 52 | margin-inline: props.get(vars.$body--pad-i); |
| 53 | 53 | ||
| 54 | @include bem.next-elem('body') { | 54 | @include bem.next-elem('body') { |
| 55 | padding-block-start: calc(props.get(vars.$body--pad-b) - props.get(divider.$margin-b)); | 55 | padding-block-start: calc(.5 * props.get(vars.$body--pad-b) - props.get(divider.$margin-b)); |
| 56 | } | 56 | } |
| 57 | } | 57 | } |
| 58 | 58 | ||
