summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-04-06 21:39:38 +0200
committerVolpeon <git@volpeon.ink>2022-04-06 21:39:38 +0200
commit77571e30ab4b599911e02946c8b1f536838d480f (patch)
treea9dcfd68a604a7e88eee019d7832742f62269459 /src
parentUpdate ellipsis utility (diff)
downloadiro-design-77571e30ab4b599911e02946c8b1f536838d480f.tar.gz
iro-design-77571e30ab4b599911e02946c8b1f536838d480f.tar.bz2
iro-design-77571e30ab4b599911e02946c8b1f536838d480f.zip
Added fixed table modifier
Diffstat (limited to 'src')
-rw-r--r--src/objects/_table.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objects/_table.scss b/src/objects/_table.scss
index 1365d05..34512cb 100644
--- a/src/objects/_table.scss
+++ b/src/objects/_table.scss
@@ -32,6 +32,10 @@
32 border-spacing: 0; 32 border-spacing: 0;
33 border-collapse: separate; 33 border-collapse: separate;
34 34
35 @include iro.bem-modifier('fixed') {
36 table-layout: fixed;
37 }
38
35 @include iro.bem-elem('head-cell') { 39 @include iro.bem-elem('head-cell') {
36 @include mx.set-font(--standard, ( 40 @include mx.set-font(--standard, (
37 --line-height: null, 41 --line-height: null,