Skip to content
Snippets Groups Projects
Commit ea362f83 authored by R En's avatar R En
Browse files

fix alignment issue admin top bar

parent bf0818aa
No related branches found
No related tags found
No related merge requests found
Fix alignment issue on top bar in Admin tabs (#395)
......@@ -32,3 +32,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>
......@@ -50,3 +50,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>
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