Skip to content

Commit afde363

Browse files
committed
* removes excess X in SCSS
1 parent 7325184 commit afde363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/bootstrap5/scss/components/search.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ input[type="search"]::-webkit-search-decoration {
122122

123123
.home-facet-container {
124124
padding-right: $home-facet-container-right-padding; // Defines padding for better visual division
125-
padding-left: $home-facet-container-left-padding; // Defines padding for better visual division X
125+
padding-left: $home-facet-container-left-padding; // Defines padding for better visual division
126126

127127
@media (min-width: 768px) {
128128
height: $home-facet-container-height; // determines the height of the visual division line (see variables.scss for more info)

0 commit comments

Comments
 (0)