mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: add width to action-dropdown
This commit is contained in:
parent
764c9cfe42
commit
0f75cd72a7
|
@ -112,6 +112,10 @@ export default defineComponent({
|
|||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
.userActionsMenu {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.activator {
|
||||
cursor: pointer;
|
||||
padding: var(--spacing-2xs);
|
||||
|
|
Loading…
Reference in a new issue