diff options
author | abcang <abcang1015@gmail.com> | 2018-02-02 21:31:28 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-02 13:31:28 +0100 |
commit | 33f56811e38bc330de9dcfa6794c29a176a30311 (patch) | |
tree | 82b135460d8975a03397a6545ffefad4e40fa6be | |
parent | 7e5c433dfce68dea0af09784753f2f4f3003f2a3 (diff) |
Fix column header button (#6411)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 6359e9d0d..c2c9a040f 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -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 { |