diff --git a/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss b/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss index 0246ffeb3..4f296a8f1 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss @@ -2,7 +2,7 @@ display: flex; flex-direction: row; padding: 10px 0 10px 0; - margin-left: 26px; + margin-left: 14px; margin-right: 26px; position: relative; @@ -78,7 +78,7 @@ &:hover { .component { - margin-left: 26px; + margin-left: 14px; } .value { @@ -94,7 +94,7 @@ border-left: 4px solid var(--iqser-primary); .component { - margin-left: 22px; + margin-left: 10px; } .arrow-right { diff --git a/apps/red-ui/src/app/modules/file-preview/components/structured-component-management/structured-component-management.component.scss b/apps/red-ui/src/app/modules/file-preview/components/structured-component-management/structured-component-management.component.scss index 282b13568..783169c29 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/structured-component-management/structured-component-management.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/components/structured-component-management/structured-component-management.component.scss @@ -31,11 +31,10 @@ mat-icon { display: flex; flex-direction: column; margin-left: 13px; - margin-right: 13px; .header { display: flex; - padding: 10px 26px; + padding: 10px 14px; font-weight: 600; :first-child { @@ -48,6 +47,7 @@ mat-icon { border-bottom: 1px solid var(--iqser-separator); } border-bottom: 1px solid var(--iqser-separator); + margin-right: 13px; } } }