about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/column_header.js
diff options
context:
space:
mode:
authorabcang <abcang1015@gmail.com>2018-02-02 01:17:17 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-02-01 17:17:17 +0100
commitffb2b8ef8c3c7cd6f57860240378fac8d5964105 (patch)
tree920c9237d6816e3848de1cabe63aa0a29a614534 /app/javascript/mastodon/components/column_header.js
parent3ed194b67ddbd0f92c16edd3b7f933f3c73665bc (diff)
Fix button hiding when header title is too long (#6406)
Diffstat (limited to 'app/javascript/mastodon/components/column_header.js')
-rw-r--r--app/javascript/mastodon/components/column_header.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/javascript/mastodon/components/column_header.js b/app/javascript/mastodon/components/column_header.js
index c300db89b..6b79ec02d 100644
--- a/app/javascript/mastodon/components/column_header.js
+++ b/app/javascript/mastodon/components/column_header.js
@@ -133,9 +133,7 @@ export default class ColumnHeader extends React.PureComponent {
         <h1 className={buttonClassName}>
           <button onClick={this.handleTitleClick}>
             <i className={`fa fa-fw fa-${icon} column-header__icon`} />
-            <span className='column-header__title'>
-              {title}
-            </span>
+            {title}
           </button>
 
           <div className='column-header__buttons'>