Fix .form-select start-padding selector in .input-icon (#2625)

Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
Guillaume Sainthillier
2026-07-30 18:27:10 +02:00
committed by GitHub
co-authored by codecalm
parent ef18be5abe
commit c527135aae
4 changed files with 13 additions and 8 deletions
+2 -7
View File
@@ -14,19 +14,14 @@
padding: 0;
margin: 0;
list-style: none;
}
//
// Steps responsive (mobile)
//
@media (max-width: 576px) {
.steps {
@include media-breakpoint-down(sm) {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
}
@each $name, $color in $extra-colors {
.steps-#{$name} {
--#{$prefix}steps-color: var(--#{$prefix}#{$name});
+1 -1
View File
@@ -12,7 +12,7 @@ Icon input
}
.form-control:not(:first-child),
.form-select:not(:last-child) {
.form-select:not(:first-child) {
padding-inline-start: 2.5rem;
}
}