Prevented text in inputs from wrapping
This commit is contained in:
parent
f6ac344c3f
commit
539d86770e
3 changed files with 8 additions and 1 deletions
|
|
@ -428,5 +428,4 @@ return array(
|
|||
'cancel_account_message' => 'Warning: This will permanently erase all of your data, there is no undo.',
|
||||
'go_back' => 'Go Back',
|
||||
|
||||
|
||||
);
|
||||
|
|
@ -2026,6 +2026,10 @@ div {
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
div.input-group {
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
div.required > label {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -251,6 +251,10 @@ div {
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
div.input-group {
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
div.required > label {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue