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 {
|
||||
display: block;
|
||||
display: table;
|
||||
margin-bottom: 1em;
|
||||
width: 100%;
|
||||
font-family: $global-font-family;
|
||||
|
|
Loading…
Reference in a new issue