Commit 7f1c26cf authored by Phil Hughes's avatar Phil Hughes

Fixed issue with header overflow

Fixes #13492
parent 5803a530
...@@ -377,7 +377,6 @@ table { ...@@ -377,7 +377,6 @@ table {
} }
.project-item-select-holder { .project-item-select-holder {
display: inline-block;
position: relative; position: relative;
.project-item-select { .project-item-select {
......
...@@ -77,6 +77,7 @@ header { ...@@ -77,6 +77,7 @@ header {
line-height: $header-height; line-height: $header-height;
font-weight: normal; font-weight: normal;
color: #4c4e54; color: #4c4e54;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
vertical-align: top; vertical-align: top;
white-space: nowrap; white-space: nowrap;
......
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