add spacing
This commit is contained in:
@@ -70,7 +70,7 @@ export class UmbUserWorkspaceAccessSettingsElement extends UmbLitElement {
|
||||
</div>
|
||||
</uui-box>
|
||||
|
||||
<uui-box headline=${this.localize.term('user_access')}>
|
||||
<uui-box id="access" headline=${this.localize.term('user_access')}>
|
||||
<div slot="header" class="faded-text">
|
||||
<umb-localize key="user_accessHelp"
|
||||
>Based on the assigned groups and start nodes, the user has access to the following nodes</umb-localize
|
||||
@@ -114,6 +114,10 @@ export class UmbUserWorkspaceAccessSettingsElement extends UmbLitElement {
|
||||
static styles = [
|
||||
UmbTextStyles,
|
||||
css`
|
||||
#access {
|
||||
margin-top: var(--uui-size-space-4);
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--uui-color-divider);
|
||||
|
||||
Reference in New Issue
Block a user