style(hide-columns): no table margin-top with table-hider sibling above

This commit is contained in:
Sarah Vaupel 2019-11-29 14:41:23 +01:00 committed by Gregor Kleen
parent 506f94e5d4
commit 8e03a68e6d

View File

@ -27,6 +27,10 @@
transform: scaleY(1);
}
}
&+.table {
margin-top: 0px;
}
}
[table-utils] {