diff options
-rw-r--r-- | src/_utils.scss | 8 | ||||
-rw-r--r-- | src/objects/_dialog.scss | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index ae72f65..3c8b1c3 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -9,6 +9,10 @@ | |||
9 | display: contents; | 9 | display: contents; |
10 | } | 10 | } |
11 | 11 | ||
12 | @include iro.bem-utility('o-auto') { | ||
13 | overflow: auto; | ||
14 | } | ||
15 | |||
12 | @include iro.bem-utility('elp') { | 16 | @include iro.bem-utility('elp') { |
13 | overflow: hidden; | 17 | overflow: hidden; |
14 | text-overflow: ellipsis; | 18 | text-overflow: ellipsis; |
@@ -26,6 +30,10 @@ | |||
26 | margin-top: 0; | 30 | margin-top: 0; |
27 | } | 31 | } |
28 | 32 | ||
33 | @include iro.bem-utility('ml-auto') { | ||
34 | margin-left: auto; | ||
35 | } | ||
36 | |||
29 | @each $size in ('xxs' 'xs' 'sm' 'md' 'lg' 'xl') { | 37 | @each $size in ('xxs' 'xs' 'sm' 'md' 'lg' 'xl') { |
30 | @include iro.bem-utility('p-#{$size}') { | 38 | @include iro.bem-utility('p-#{$size}') { |
31 | padding: fn.global-dim(--spacing --#{$size}); | 39 | padding: fn.global-dim(--spacing --#{$size}); |
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index 45af8b6..050b7ca 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
@@ -69,7 +69,6 @@ | |||
69 | grid-area: body; | 69 | grid-area: body; |
70 | min-height: 0; | 70 | min-height: 0; |
71 | margin-top: fn.dim(--title-body-spacing); | 71 | margin-top: fn.dim(--title-body-spacing); |
72 | overflow: auto; | ||
73 | } | 72 | } |
74 | 73 | ||
75 | @include iro.bem-elem('footer') { | 74 | @include iro.bem-elem('footer') { |