Skip to content

Commit 34e52e1

Browse files
Svetoslav KrastevSvetoslav Krastev
authored andcommitted
fix(toolbar): Reflect group by area styles when toolbar is enabled.
1 parent 15c9ef5 commit 34e52e1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid-toolbar/_grid-toolbar-theme.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
+ igx-grid-header-row {
170170
margin-top: map.get($grid-toolbar-height, 'comfortable');
171171
}
172+
173+
+ igx-grid-group-by-area {
174+
margin-top: map.get($grid-toolbar-height, 'comfortable');
175+
height: auto;
176+
}
172177
}
173178

174179

@@ -183,6 +188,11 @@
183188
+ igx-grid-header-row {
184189
margin-top: map.get($grid-toolbar-height, 'cosy');
185190
}
191+
192+
+ igx-grid-group-by-area {
193+
margin-top: map.get($grid-toolbar-height, 'cosy');
194+
height: auto;
195+
}
186196
}
187197

188198
%igx-grid-toolbar--compact {
@@ -196,6 +206,11 @@
196206
+ igx-grid-header-row {
197207
margin-top: map.get($grid-toolbar-height, 'compact');
198208
}
209+
210+
+ igx-grid-group-by-area {
211+
margin-top: map.get($grid-toolbar-height, 'compact');
212+
height: auto;
213+
}
199214
}
200215

201216
%igx-grid-toolbar__title {

0 commit comments

Comments
 (0)