Fix button hiding when header title is too long (#6406)
This commit is contained in:
parent
3ed194b67d
commit
ffb2b8ef8c
2 changed files with 7 additions and 16 deletions
|
@ -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'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue