Skip to content

Commit ca941fd

Browse files
committed
fix: remove any extra margins on filters added by external UI frameworks
- small misalgnment issue found in SF code that uses Bootstrap in external pages
1 parent 3bb5ccf commit ca941fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/common/src/styles/slick-filters.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// ------------------------------------------------
66

77
.slick-headerrow {
8+
// remove any BS margins, fixes issue found in SF using BS theme
9+
.search-filter.form-group {
10+
margin: 0;
11+
}
812
input.search-filter.filled,
913
.search-filter.filled input,
1014
.search-filter.filled .date-picker input,
@@ -44,4 +48,4 @@
4448
.search-filter.filled.ms-parent-open .ms-choice {
4549
box-shadow: var(--slick-filled-filter-focus-box-shadow, vts.$slick-filled-filter-focus-box-shadow);
4650
}
47-
}
51+
}

0 commit comments

Comments
 (0)