We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35efeb2 commit 9f68f02Copy full SHA for 9f68f02
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tutorcruncher-socket",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "TutorCruncher socket",
5
"author": "Samuel Colvin <[email protected]>",
6
"private": false,
src/styles/contractor-filters.scss
@@ -16,6 +16,10 @@
16
17
.tcs-filters-container {
18
display: flex;
19
+ .Select-placeholder, input {
20
+ font-size: 16px !important;
21
+ background: transparent !important;
22
+ }
23
}
24
25
.tcs-contractor-filter {
@@ -33,10 +37,11 @@
33
37
border: 1px solid #ccc;
34
38
height: 36px;
35
39
padding: 0 2px;
40
+ background: white;
36
41
42
43
.tcs-location-input {
- width: calc(100% - 30px);
44
+ width: calc(100% - 50px);
45
border: none;
46
padding: 8px;
47
font-size: 16px;
0 commit comments