Skip to content

Commit a8bd89e

Browse files
committed
fix(scss): .form-floating > .form-select tempfix
1 parent bcfe769 commit a8bd89e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/scss/_fixes.scss

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// Place for temp fixes
22

3+
.form-floating > .form-select {
4+
padding-top: 1.625rem !important;
5+
padding-bottom: 0.625rem !important;
6+
}
7+
38
// temp fix for scrollbar styling (wip)
49
@import "scrollbar";
510

0 commit comments

Comments
 (0)