fix(ui) - button text nowrap
This commit is contained in:
parent
e5f488f422
commit
53c2f37d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export default (props: Props) => {
|
|||
...rest
|
||||
} = props;
|
||||
|
||||
const classes = ['relative flex items-center h-10 px-3 rounded tracking-wide'];
|
||||
const classes = ['relative flex items-center h-10 px-3 rounded tracking-wide whitespace-nowrap'];
|
||||
if (variant === 'default') {
|
||||
classes.push('bg-white hover:bg-gray-lightest border border-gray-light')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue