[FIX] table overflow ref issue #2022
This commit is contained in:
parent
69ea8d9702
commit
8a272da7ae
@ -278,6 +278,13 @@ table.dataTable thead .sorting:after {
|
|||||||
color: rgba(50,50,50,.5);
|
color: rgba(50,50,50,.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
table-layout: fixed;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* Circle Buttons */
|
/* Circle Buttons */
|
||||||
|
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user