Skip to content
Snippets Groups Projects
Commit 9e6ca810 authored by rhenck's avatar rhenck
Browse files

Remove dimensions from likert component

Since this is built using a grid it does not need dimensions. In fact it 
having dimensions interferes with styling.
parent 4f89bcc6
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,7 @@ import { CompoundElementComponent } from './compound-element.directive';
[style.line-height.%]="elementModel.lineHeight"
[style.font-weight]="elementModel.bold ? 'bold' : ''"
[style.font-style]="elementModel.italic ? 'italic' : ''"
[style.text-decoration]="elementModel.underline ? 'underline' : ''"
[style.height.px]="elementModel.height"
[style.width.px]="elementModel.width">
[style.text-decoration]="elementModel.underline ? 'underline' : ''">
<div class="headings" [style.display]="'grid'"
[style.grid-template-columns]="'5fr ' + '2fr '.repeat(elementModel.answers.length)"
[style.grid-column-start]="1"
......
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