maintain fixed-width columns when filtering cor-table

This commit is contained in:
alecmerdler 2017-05-27 01:15:28 -07:00 committed by Alec Merdler
parent 457f685952
commit 5e41de5370
9 changed files with 234 additions and 34 deletions

View file

@ -973,13 +973,18 @@ a:focus {
table-layout: fixed;
}
.co-fixed-table .co-flowing-col{
.co-fixed-table .co-flowing-col {
overflow: hidden;
text-overflow: ellipsis;
padding-left: 16px;
vertical-align: middle;
}
.co-fixed-table .nowrap-col {
white-space: nowrap;
overflow: hidden;
}
.co-table td {
border-bottom: 1px solid #eee;
padding: 10px;