Skip to content
Snippets Groups Projects
Commit cbbfbd33 authored by jojohoch's avatar jojohoch
Browse files

Revert "Remove empty clickable area behind radio button labels"

This reverts commit 87534c53.
parent a5914c83
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ Player ...@@ -9,7 +9,6 @@ Player
- Use z-index property for all elements - Use z-index property for all elements
- Fix the response status when re-entering the unit - Fix the response status when re-entering the unit
- Ignore blank pages when calculating the response progress - Ignore blank pages when calculating the response progress
- Remove empty clickable area behind radio labels
- Fix position of virtual keyboard for text areas - Fix position of virtual keyboard for text areas
- Rename marking tag of text to 'aspect-marked' - Rename marking tag of text to 'aspect-marked'
- Restore the state of likert elements when re-entering a unit - Restore the state of likert elements when re-entering a unit
......
...@@ -40,7 +40,7 @@ import { RadioButtonGroupElement } from './radio-button-group-element'; ...@@ -40,7 +40,7 @@ import { RadioButtonGroupElement } from './radio-button-group-element';
</div> </div>
`, `,
styles: [ styles: [
'::ng-deep app-radio-button-group .mat-radio-label {white-space: normal; width: auto; max-width: 100%;}', '::ng-deep app-radio-button-group .mat-radio-label {white-space: normal}',
'::ng-deep app-radio-button-group .mat-radio-label .mat-radio-label-content {padding-left: 10px}', '::ng-deep app-radio-button-group .mat-radio-label .mat-radio-label-content {padding-left: 10px}',
'mat-radio-button {margin-bottom: 6px; margin-right: 15px}', 'mat-radio-button {margin-bottom: 6px; margin-right: 15px}',
'.error-message { font-size: 75% }', '.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