fix alignment issue admin top bar

This commit is contained in:
Renon 2018-07-24 10:44:34 +02:00
commit ea362f83c4
3 changed files with 19 additions and 0 deletions

View file

@ -32,3 +32,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>

View file

@ -50,3 +50,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>