mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Update workflow share modal margins (no-changelog) (#4738)
This commit is contained in:
parent
d96d1610ba
commit
efbf7366fb
|
@ -12,6 +12,7 @@
|
||||||
<enterprise-edition :features="[EnterpriseEditionFeature.WorkflowSharing]">
|
<enterprise-edition :features="[EnterpriseEditionFeature.WorkflowSharing]">
|
||||||
<n8n-user-select
|
<n8n-user-select
|
||||||
v-if="workflowPermissions.updateSharing"
|
v-if="workflowPermissions.updateSharing"
|
||||||
|
class="mb-s"
|
||||||
size="large"
|
size="large"
|
||||||
:users="usersList"
|
:users="usersList"
|
||||||
:currentUserId="currentUser.id"
|
:currentUserId="currentUser.id"
|
||||||
|
@ -287,7 +288,6 @@ export default mixins(
|
||||||
|
|
||||||
<style module lang="scss">
|
<style module lang="scss">
|
||||||
.container > * {
|
.container > * {
|
||||||
margin-bottom: var(--spacing-s);
|
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue