Fix column header button (#6411)

This commit is contained in:
abcang 2018-02-02 21:31:28 +09:00 committed by Eugen Rochko
parent 7e5c433dfc
commit 33f56811e3
1 changed files with 1 additions and 1 deletions

View File

@ -2422,6 +2422,7 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
flex: 1;
}
&.active {
@ -2442,7 +2443,6 @@
.column-header__buttons {
height: 48px;
display: flex;
margin-left: auto;
}
.column-header__links .text-btn {