diff --git a/projects/common/element-components/compound-elements/radio-group-images.component.ts b/projects/common/element-components/compound-elements/radio-group-images.component.ts index 6018f3f323927af38e7ecfb6c58c917b8548f78d..34aa4a8dab5146d3ebea5ff355b2ff7f6de37d9b 100644 --- a/projects/common/element-components/compound-elements/radio-group-images.component.ts +++ b/projects/common/element-components/compound-elements/radio-group-images.component.ts @@ -52,7 +52,7 @@ import { FormElementComponent } from '../../form-element-component.directive'; </div> `, styles: [ - '.grid-layout .columns {text-align: center;}', + '.grid-layout .columns {text-align: center; margin: 0 5px;}', '.grid-layout .columns img {height: 100%; object-fit: none; cursor: pointer;}', '::ng-deep app-radio-group-images .grid-layout mat-radio-button span.mat-radio-container {left: calc(50% - 10px)}', 'mat-radio-group {margin-top: 10px}',