Fixed issue with header overflow

Fixes #13492
This commit is contained in:
Phil Hughes 2016-02-22 15:31:19 +00:00
parent 5803a5308f
commit 7f1c26cfee
2 changed files with 1 additions and 1 deletions

View file

@ -377,7 +377,6 @@ table {
}
.project-item-select-holder {
display: inline-block;
position: relative;
.project-item-select {

View file

@ -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;