Skip to content
Snippets Groups Projects
Commit a9815b1b authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #3091

Closes #3091

Merge request studip/studip!2080
parent 24808b3e
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,8 @@
class="cw-radioset-box"
:class="[style.colspan === changeStyle ? 'selected' : '']"
>
<input type="radio" :id="'style-' + style.colspan" :value="style.colspan" v-model="changeStyle" name="container-style"/>
<label :for="'style-' + style.colspan">
<input type="radio" :id="'change-style-' + style.colspan" :value="style.colspan" v-model="changeStyle" name="change-container-style"/>
<label :for="'change-style-' + style.colspan">
<div class="label-icon" :class="[style.colspan, style.colspan === changeStyle ? 'selected' : '']"></div>
<p>{{ style.title }}</p>
</label>
......
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