diff options
author | Volpeon <git@volpeon.ink> | 2022-03-21 18:16:09 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-03-21 18:16:09 +0100 |
commit | af9810fa654f6e99ad5827d1ee07f4e8797d41ab (patch) | |
tree | 9cc6d75b192caa5d77956234ef54744b780c1ac4 /src | |
parent | More utility classes (diff) | |
download | iro-design-af9810fa654f6e99ad5827d1ee07f4e8797d41ab.tar.gz iro-design-af9810fa654f6e99ad5827d1ee07f4e8797d41ab.tar.bz2 iro-design-af9810fa654f6e99ad5827d1ee07f4e8797d41ab.zip |
Fixed vertical rule
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_rule.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_rule.scss b/src/objects/_rule.scss index 693729a..ba09414 100644 --- a/src/objects/_rule.scss +++ b/src/objects/_rule.scss | |||
@@ -46,6 +46,7 @@ | |||
46 | background-color: fn.color(--strong --bg); | 46 | background-color: fn.color(--strong --bg); |
47 | 47 | ||
48 | @include iro.bem-modifier('vertical') { | 48 | @include iro.bem-modifier('vertical') { |
49 | align-self: stretch; | ||
49 | width: 1px; | 50 | width: 1px; |
50 | height: auto; | 51 | height: auto; |
51 | margin-top: 0; | 52 | margin-top: 0; |