Update style.css to fix log table column width

merge-requests/208/head
SturgeonFish 4 years ago
parent 6b1ae04c0a
commit c9582b5281
  1. 5
      gulp/res/css/style.css

@ -500,11 +500,14 @@ th {
color: var(--alt-font-color, --font-color)
}
.fw td, .fw th {
width: 15%; /*Fixes log tables when large actions are taken*/
}
td, th {
padding: 5px;
/*word-break: break-all;*/
overflow-wrap: anywhere;
width: 15%; /*Fixes log tables when large actions are taken*/
}
td pre {

Loading…
Cancel
Save