From ce5cdb40a856279113e7fd26b01f9145907a7202 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:40:34 +0100 Subject: [PATCH] [ACS-9015] Add more specific selector (#10478) * [ACS-9015] Add missing styles * [ACS-9015] Fix stylelint --- .../datatable/components/datatable/datatable.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.scss b/lib/core/src/lib/datatable/components/datatable/datatable.component.scss index 07a5dee7cb..ac20238e01 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.scss +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.scss @@ -320,7 +320,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default; } } - .adf-datatable-actions-menu { + .adf-datatable-row .adf-datatable-actions-menu { margin-left: auto; justify-content: end; padding-right: 15px; @@ -333,6 +333,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default; } &-provided { + /* stylelint-disable declaration-no-important */ max-width: 100px !important; justify-content: center; padding-right: 0;