Fix column design broken with very long title (#5493)
* Fix #5314 * fix not beautiful code * fix broken design with mobile view * remove no longer needed code
This commit is contained in:
parent
4f337c020a
commit
d556be2968
2 changed files with 15 additions and 6 deletions
|
@ -137,7 +137,9 @@ export default class ColumnHeader extends React.PureComponent {
|
|||
<div className={wrapperClassName}>
|
||||
<h1 tabIndex={focusable ? 0 : null} role='button' className={buttonClassName} aria-label={title} onClick={this.handleTitleClick}>
|
||||
<i className={`fa fa-fw fa-${icon} column-header__icon`} />
|
||||
{title}
|
||||
<span className='column-header__title'>
|
||||
{title}
|
||||
</span>
|
||||
|
||||
<div className='column-header__buttons'>
|
||||
{backButton}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue