Skip to content

Commit 011c710

Browse files
Merge pull request #124 from GSA/search-edit
Inverse search
2 parents bcc8feb + e9d5ab9 commit 011c710

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/stylesheets/elements/_inputs.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,23 @@
6060
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white'><polygon points='0,0 20,0 10,10'/></svg>") no-repeat;
6161
background-size: 12px;
6262
background-position: calc(100% - 20px);
63-
width: 150px !important;
63+
width: 150px;
6464
}
6565

6666
@media only screen and (max-width: 600px) {
6767
.usa-select.usa-select--inverse {
6868
display: block;
69-
width: 410px !important;
7069
margin-bottom: 2px;
70+
min-width: 348px;
7171
}
7272

7373
#inverse-search-dropdown {
7474
display: block;
75-
width: 362px;
75+
min-width: 300px;
7676
}
7777

7878
.usa-search.usa-search--small.usa-search--inverse{
7979
flex-wrap: wrap;
80-
padding: 8px;
81-
background-color: #FFFFFF;
8280
width: min-content;
8381
}
8482
}

0 commit comments

Comments
 (0)