We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb5ccf commit ca941fdCopy full SHA for ca941fd
packages/common/src/styles/slick-filters.scss
@@ -5,6 +5,10 @@
5
// ------------------------------------------------
6
7
.slick-headerrow {
8
+ // remove any BS margins, fixes issue found in SF using BS theme
9
+ .search-filter.form-group {
10
+ margin: 0;
11
+ }
12
input.search-filter.filled,
13
.search-filter.filled input,
14
.search-filter.filled .date-picker input,
@@ -44,4 +48,4 @@
44
48
.search-filter.filled.ms-parent-open .ms-choice {
45
49
box-shadow: var(--slick-filled-filter-focus-box-shadow, vts.$slick-filled-filter-focus-box-shadow);
46
50
}
47
-}
51
+}
0 commit comments