Create container to horizontally scroll tables.
This commit is contained in:
parent
7e516a56b3
commit
c6c1fd3222
3 changed files with 29 additions and 22 deletions
|
@ -227,6 +227,10 @@ form {
|
|||
}
|
||||
}
|
||||
|
||||
.table-scroll-container{
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
table.actions {
|
||||
border-collapse: collapse;
|
||||
width:100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue