fix: make tables scroll on horizontal overflow
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 1rem 0;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.container table>thead>tr>th,
|
||||
@@ -80,10 +82,6 @@
|
||||
border-bottom: 1px solid #0b3766;
|
||||
}
|
||||
|
||||
.container table>tbody>tr>td:last-child {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.container table>thead>tr>th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user