Prevent button label wrapping in typedInput

This commit is contained in:
Nick O'Leary 2020-04-09 20:20:52 +01:00
parent b82167fefa
commit f54ed8ebd1
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -107,9 +107,9 @@ button.red-ui-typedInput-option-trigger
background: $form-button-background;
height: 32px;
line-height: 30px;
min-width: 23px;
vertical-align: middle;
color: $form-text-color;
white-space: nowrap;
i.red-ui-typedInput-icon {
margin-left: 1px;
margin-right: 2px;