@@ -393,8 +393,9 @@
td:first-child,
th:first-child {
border-left-width: 1px;
- width: 35%;
- overflow: scroll;
+ width: 96%;
+ overflow: auto;
+ display: inline-block;
}
td:first-child + td,
th:first-child + th,
@@ -416,8 +417,6 @@
td.id {
overflow: inherit;
- overflow-wrap: break-word;
- white-space: nowrap;
ul.filter-components {
padding: 5px 0;