Commit a16a80ca authored by Mattias Wadman's avatar Mattias Wadman Committed by Toby Allen

Make filename column fill out space (#1848)

parent 6d7462ac
......@@ -222,11 +222,16 @@ th svg {
}
td {
white-space: nowrap;
font-size: 14px;
}
td:first-child {
width: 50%;
width: 100%;
}
td:nth-child(2) {
padding: 0 20px 0 20px;
}
th:last-child,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment