mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Update workflow share modal margins (no-changelog) (#4738)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user