AAE-24675 fix checkbox text wrap

This commit is contained in:
Wojciech Duda
2024-08-02 13:56:11 +02:00
parent d4df677532
commit 5c69f11df5

View File

@@ -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;
} }
` `
], ],