Adjust CSS to support long table values

pull/921/head
Shuhei Kitagawa 2018-01-08 07:42:11 +09:00 committed by Jordan Wright
parent 3f5a8262f8
commit 7d67ccc3da
1 changed files with 6 additions and 0 deletions

6
static/css/main.css vendored
View File

@ -437,8 +437,14 @@ p {
/* Table Styling */
.modal-content table {
table-layout: fixed;
}
.modal-content .dataTable tbody td {
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
/* Smaller font on modal tables */
}