Set table display to table
Fixes an issue where hardmod table has empty space in a block for no reason
This commit is contained in:
parent
c036fa14c0
commit
92c73c3b1a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
table {
|
table {
|
||||||
display: block;
|
display: table;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: $global-font-family;
|
font-family: $global-font-family;
|
||||||
|
|
Loading…
Reference in a new issue