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 2c0c4c85c..db331ab01 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 163e21362..5bc486242 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%; -}