Skip to content
Snippets Groups Projects
Commit 30048d5a authored by Ian Hallworth's avatar Ian Hallworth
Browse files

CSS - added column resize to table headers

parent 2b84dbb0
Branches css-columns-resize
No related tags found
2 merge requests!199Staging,!181CSS - added column resize to table headers
Pipeline #10688 passed
......@@ -140,13 +140,15 @@ table,
}
thead{
background-color: @brand-secondary;
background-color: @brand-secondary;
text-transform: uppercase;
font-size: 1rem;
th {
border-bottom: 0!important;
overflow: hidden;
text-overflow: ellipsis;
resize: horizontal;
white-space: nowrap;
&.orderable {
.asc, .desc{
background-color: @brand-primary;
......@@ -201,9 +203,6 @@ tbody {
text-overflow: ellipsis;
overflow: hidden;
vertical-align: middle!important;
.select-item-id-checkbox{
text-align: center;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment