mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Add break-word to field layout labels
This commit is contained in:
parent
23228e4403
commit
cbf21aeb81
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ span.required {
|
|||
.col-form-label {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
word-break: break-word;
|
||||
|
||||
.col-form-label-sm {
|
||||
padding-top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue