laiviet's picture
Add search capability and language names
8c2ee0f
raw history blame
No virus
238 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;
# }
"""