Skip to content

Commit bab709f

Browse files
committed
Disable text size control
1 parent 4e33a71 commit bab709f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/ActivityEditor.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
<h3 class="text-xs-left">Tipografia </h3>
3939
<v-card>
4040
<div class="cardContent">
41+
<!--
4142
<v-select :items="fontSizeLabels" v-model="activity.fontSize" label="Grandezza testo"></v-select>
43+
-->
4244
<v-switch :label="`Solo maiuscole`" v-model="activity.capsSwitch"></v-switch>
4345
<!--
4446
<v-layout row wrap>

0 commit comments

Comments
 (0)