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

use table layout

parent ec8bfdf8
...@@ -112,6 +112,7 @@ ...@@ -112,6 +112,7 @@
border: none; border: none;
padding: 0px; padding: 0px;
background-color: inherit; background-color: inherit;
white-space: normal !important;
} }
.slick-row { .slick-row {
...@@ -149,6 +150,10 @@ ...@@ -149,6 +150,10 @@
background-color: #fafafa; background-color: #fafafa;
} }
.slick-bordered-table .ui-widget-content {
border-bottom: 1px solid #eee !important;
}
.slick-header-column { .slick-header-column {
color: black; color: black;
background-color: white; background-color: white;
...@@ -223,3 +228,18 @@ ...@@ -223,3 +228,18 @@
margin-top: -3px; margin-top: -3px;
float: none; 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