Commit af25456d by gutkaBinit Committed by nixonrodrigues

ATLAS-3228 UI: Dots appearing in select column in Search page.

parent eced9a69
...@@ -74,8 +74,15 @@ tr.empty { ...@@ -74,8 +74,15 @@ tr.empty {
white-space: normal; white-space: normal;
} }
.select-all-header-cell { th.renderable.html-cell,
td.renderable.html-cell {
max-width: 250px;
}
.select-all-header-cell,
.select-row-cell {
width: 42px; width: 42px;
text-overflow: clip;
} }
thead { thead {
......
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