Commit 5f0c3100 authored by Joshua Gould's avatar Joshua Gould

use table layout

parent ec8bfdf8
......@@ -112,6 +112,7 @@
border: none;
padding: 0px;
background-color: inherit;
white-space: normal !important;
}
.slick-row {
......@@ -149,6 +150,10 @@
background-color: #fafafa;
}
.slick-bordered-table .ui-widget-content {
border-bottom: 1px solid #eee !important;
}
.slick-header-column {
color: black;
background-color: white;
......@@ -223,3 +228,18 @@
margin-top: -3px;
float: none;
}
.slick-cell-wrapper {
max-width: 0;
overflow: hidden;
vertical-align: middle;
display: table-cell;
text-overflow: ellipsis;
}
.slick-table-wrapper {
display: table;
height: 100%;
padding-left: 2px;
width: 100%;
}
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