fix: add width to action-dropdown

This commit is contained in:
Alex Grozav 2023-07-05 14:46:24 +02:00
parent 764c9cfe42
commit 0f75cd72a7

View file

@ -112,6 +112,10 @@ export default defineComponent({
</script>
<style lang="scss" module>
.userActionsMenu {
width: 160px;
}
.activator {
cursor: pointer;
padding: var(--spacing-2xs);