TimelineQueueButtonHeader: add whitespace-nowrap
This commit is contained in:
parent
952cc3a1ef
commit
883ffb0a74
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class TimelineQueueButtonHeader extends React.PureComponent {
|
|||
|
||||
return (
|
||||
<div className={classes}>
|
||||
<a className='flex items-center bg-primary-600 hover:bg-primary-700 hover:scale-105 active:scale-100 transition-transform text-white rounded-full px-4 py-2 space-x-1.5 cursor-pointer' onClick={this.handleClick}>
|
||||
<a className='flex items-center bg-primary-600 hover:bg-primary-700 hover:scale-105 active:scale-100 transition-transform text-white rounded-full px-4 py-2 space-x-1.5 cursor-pointer whitespace-nowrap' onClick={this.handleClick}>
|
||||
<Icon src={require('@tabler/icons/icons/arrow-bar-to-up.svg')} />
|
||||
|
||||
{(count > 0) && (
|
||||
|
|
Loading…
Reference in a new issue