Skip to content

Commit 2fc63f2

Browse files
Yuri PereiraYuri Pereira
authored andcommitted
Add space before {
1 parent 92fe501 commit 2fc63f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
1414
.select2-container,
1515
.select2-drop,
1616
.select2-search,
17-
.select2-search input{
17+
.select2-search input {
1818
/*
1919
Force border-box so that % widths fit the parent
2020
container without overlap because of margin/padding.
@@ -579,7 +579,7 @@ disabled look for disabled choices in the results dropdown
579579
}
580580

581581
/* disabled styles */
582-
.select2-container-multi.select2-container-disabled .select2-choices{
582+
.select2-container-multi.select2-container-disabled .select2-choices {
583583
background-color: #f4f4f4;
584584
background-image: none;
585585
border: 1px solid #ddd;

0 commit comments

Comments
 (0)