TimelineQueueButtonHeader: add whitespace-nowrap

This commit is contained in:
Alex Gleason 2022-04-13 15:46:26 -05:00
parent 952cc3a1ef
commit 883ffb0a74
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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) && (