TimelineQueueButtonHeader: add whitespace-nowrap

next-virtuoso-proof
Alex Gleason 2 years ago
parent 952cc3a1ef
commit 883ffb0a74
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save