Skip to content

Commit b47886d

Browse files
authored
Merge pull request #392 from rackerlabs/surf-1282-tables-no-sibs-no-btm-margin
fix(table): surf-1282 tables no sibs no bottom margin
2 parents b91bedf + b0ab140 commit b47886d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/helix-ui/styles/components/tables.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
}
3838
}
3939
}
40+
41+
&:first-child {
42+
margin-top: 0;
43+
}
44+
45+
&:last-child {
46+
margin-bottom: 0;
47+
}
4048
}
4149

4250
// ===== States =====

0 commit comments

Comments
 (0)