Skip to content
Snippets Groups Projects
Commit 24be5149 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

xs => sm

parent 17a5449b
No related branches found
No related tags found
No related merge requests found
......@@ -54,13 +54,13 @@
<span v-if="$parent.collapsable" >
<v-btn class="expand_icon" v-if="$parent.collapsed"
text
x-small
small
@click="$parent.collapsed=false">
Vis mer
<v-icon small right>expand_more</v-icon></v-btn>
<v-btn class="expand_icon" v-else
text
x-small
small
@click="$parent.collapsed=true">
<v-icon small>expand_less</v-icon></v-btn>
......
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