mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7 lines
100 B
SCSS
7 lines
100 B
SCSS
.table-wrapper {
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
_overflow: auto;
|
|
margin: 0 0 1em;
|
|
}
|