From 2c7dde5699869edc49771bd1e97b5fd681f3745c Mon Sep 17 00:00:00 2001 From: Martin Dragnev Date: Fri, 5 Dec 2025 12:05:39 +0200 Subject: [PATCH] fix(grid): remove unnecessary cell-select class from igx-select components --- src/app/grid/grid-select/grid-select-sample.component.html | 6 +++--- src/app/grid/grid-select/grid-select-sample.component.scss | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/app/grid/grid-select/grid-select-sample.component.html b/src/app/grid/grid-select/grid-select-sample.component.html index 2c0c4c85c5..db331ab011 100644 --- a/src/app/grid/grid-select/grid-select-sample.component.html +++ b/src/app/grid/grid-select/grid-select-sample.component.html @@ -3,7 +3,7 @@ - + @for (race of races; track race) { {{ race }} @@ -14,7 +14,7 @@ - + @for (class of classes; track class) { {{ class }} @@ -27,7 +27,7 @@ - + @for (alignment of alignments; track alignment) { {{ alignment }} diff --git a/src/app/grid/grid-select/grid-select-sample.component.scss b/src/app/grid/grid-select/grid-select-sample.component.scss index 163e21362a..5bc4862429 100644 --- a/src/app/grid/grid-select/grid-select-sample.component.scss +++ b/src/app/grid/grid-select/grid-select-sample.component.scss @@ -2,8 +2,3 @@ display: block; padding: 16px; } - -.cell-select { - width: 100%; - height: 100%; -}