full width scolltables
This commit is contained in:
parent
f7e7d45db6
commit
7a7ea6674c
@ -289,6 +289,16 @@ a.btn.btn-info:hover,
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 425px) {
|
||||||
|
|
||||||
|
.scrolltable {
|
||||||
|
margin-left: -10px;
|
||||||
|
padding-left: 10px;
|
||||||
|
margin-right: -10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* TABLE DESIGN */
|
/* TABLE DESIGN */
|
||||||
.table__td, .table__th {
|
.table__td, .table__th {
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user