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

Fixed issue with header overflow

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