Bram Vanroy
update with only Dutch
863e074
raw
history blame
240 Bytes
CUSTOM_CSS = """
/* Hides the final column */
table td:last-child,
table th:last-child {
display: none;
}
# table td:first-child,
# table th:first-child {
# max-width: 400px;
# overflow: auto;
# white-space: nowrap;
# }
"""