Skip to content
Snippets Groups Projects
Commit 744ce32c authored by rhenck's avatar rhenck
Browse files

Fix radio-group-image image scaling

Now scales, taking up all available space.
parent f9a533c9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ import { FormElementComponent } from '../../form-element-component.directive';
`,
styles: [
'.columns {text-align: center; margin: 0 5px;}',
// '.grid-layout .columns img {height: 100%; object-fit: none; cursor: pointer;}',
'.grid-layout .columns img {cursor: pointer;}',
'::ng-deep app-radio-group-images mat-radio-button span.mat-radio-container {left: calc(50% - 10px)}',
'mat-radio-group {margin-top: 10px}',
'.error-message { font-size: 75% }',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment