Add empty lines

This commit is contained in:
Wolfgang Huß 2021-03-29 15:54:57 +02:00
parent ff50273f94
commit 7f58384e65

View File

@ -46,6 +46,7 @@
</template> </template>
</dropdown> </dropdown>
</template> </template>
<script> <script>
import { mapGetters } from 'vuex' import { mapGetters } from 'vuex'
import Dropdown from '~/components/Dropdown' import Dropdown from '~/components/Dropdown'
@ -118,6 +119,7 @@ export default {
}, },
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.avatar-menu { .avatar-menu {
margin: $space-xxx-small 0px 0px $space-xx-small; margin: $space-xxx-small 0px 0px $space-xx-small;