fix(ui) icon in options button with empty span gets moved to the side
This commit is contained in:
parent
c443593619
commit
0bdb026cf1
|
@ -3,7 +3,13 @@ import Button from '../Button.vue'
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<Button icon="bi-three-dots-vertical" class="options-button" color="secondary" variant="ghost" />
|
||||
<Button
|
||||
icon="bi-three-dots-vertical"
|
||||
class="options-button"
|
||||
secondary
|
||||
raised
|
||||
round
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
|
@ -4,5 +4,8 @@
|
|||
transition: all .2s ease;
|
||||
font-size: 0.6rem !important;
|
||||
padding: 0.6em !important;
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue