diff --git a/projects/common/element-components/radio-button-group.component.ts b/projects/common/element-components/radio-button-group.component.ts index 1abf2e8af7539282dbdd624c847969b8aea9f31c..d69c1885b5da063d41a67f1b44059542c211749c 100644 --- a/projects/common/element-components/radio-button-group.component.ts +++ b/projects/common/element-components/radio-button-group.component.ts @@ -34,6 +34,9 @@ import { RadioButtonGroupElement } from '../models/radio-button-group-element'; `, styles: [ '::ng-deep .mat-radio-label {white-space: normal !important}', + '::ng-deep app-radio-button-group .mat-radio-label .mat-radio-label-content {padding-left: 10px}', + '::ng-deep app-radio-button-group mat-radio-button {margin-bottom: 6px}', + '::ng-deep app-radio-button-group mat-radio-button {margin-right: 15px}', '.white-space-break {white-space: normal}', '.error-message { position: absolute; margin-top: 25px; font-size: 75% }' ]