margin on table moved
This commit is contained in:
parent
8844212f09
commit
76db5ad463
2 changed files with 1 additions and 5 deletions
|
@ -188,8 +188,3 @@ video,
|
|||
svg {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* margin-bottom on tables */
|
||||
table {
|
||||
margin-bottom: $medium-value;
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ table,
|
|||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
vertical-align: top;
|
||||
margin-bottom: $medium-value;
|
||||
}
|
||||
|
||||
.#{$kna-namespace}table {
|
||||
|
|
Loading…
Reference in a new issue