mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +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',
|
templateUrl: './checkbox.widget.html',
|
||||||
styles: [
|
styles: [
|
||||||
`
|
`
|
||||||
.adf-checkbox {
|
.adf-checkbox label {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user