]> cat aescling's git repositories - mastodon.git/commitdiff
Fix column header button (#6411)
authorabcang <abcang1015@gmail.com>
Fri, 2 Feb 2018 12:31:28 +0000 (21:31 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 2 Feb 2018 12:31:28 +0000 (13:31 +0100)
app/javascript/styles/mastodon/components.scss

index 6359e9d0d0abeef7d2f0f7c0ea6a730103775ace..c2c9a040fc12d321dd52561bf81cecb3a07ebfdb 100644 (file)
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
+    flex: 1;
   }
 
   &.active {
 .column-header__buttons {
   height: 48px;
   display: flex;
-  margin-left: auto;
 }
 
 .column-header__links .text-btn {