mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
AAE-24675 fix checkbox text wrap
This commit is contained in:
@@ -32,8 +32,9 @@ import { WidgetComponent } from '../widget.component';
|
||||
templateUrl: './checkbox.widget.html',
|
||||
styles: [
|
||||
`
|
||||
.adf-checkbox {
|
||||
.adf-checkbox label {
|
||||
word-break: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
`
|
||||
],
|
||||
|
Reference in New Issue
Block a user