Skip to content

Commit

Permalink
Fix column header button (#6411)
Browse files Browse the repository at this point in the history
  • Loading branch information
abcang authored and Gargron committed Feb 2, 2018
1 parent 7e5c433 commit 33f5681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Expand Up @@ -2422,6 +2422,7 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
flex: 1;
}

&.active {
Expand All @@ -2442,7 +2443,6 @@
.column-header__buttons {
height: 48px;
display: flex;
margin-left: auto;
}

.column-header__links .text-btn {
Expand Down

0 comments on commit 33f5681

Please sign in to comment.