mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Prevented text in inputs from wrapping
This commit is contained in:
parent
f6ac344c3f
commit
539d86770e
@ -428,5 +428,4 @@ return array(
|
|||||||
'cancel_account_message' => 'Warning: This will permanently erase all of your data, there is no undo.',
|
'cancel_account_message' => 'Warning: This will permanently erase all of your data, there is no undo.',
|
||||||
'go_back' => 'Go Back',
|
'go_back' => 'Go Back',
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
@ -2026,6 +2026,10 @@ div {
|
|||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.input-group {
|
||||||
|
word-break: normal;
|
||||||
|
}
|
||||||
|
|
||||||
div.required > label {
|
div.required > label {
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
@ -251,6 +251,10 @@ div {
|
|||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.input-group {
|
||||||
|
word-break: normal;
|
||||||
|
}
|
||||||
|
|
||||||
div.required > label {
|
div.required > label {
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user