make tables scroll
This commit is contained in:
parent
85f3a2d4e0
commit
b199d72e5f
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@
|
|||
}
|
||||
|
||||
table {
|
||||
overflow: auto;
|
||||
display: block;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
margin-top: $padding-16;
|
||||
|
|
Loading…
Reference in a new issue