Fix column header button (#6411)

th-downstream
abcang 7 years ago committed by Eugen Rochko
parent b209de40f4
commit 48af3df758

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

Loading…
Cancel
Save