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 14706cd commit c9ea6ddCopy full SHA for c9ea6dd
package.json
@@ -2,7 +2,7 @@
2
"private": false,
3
"name": "@outdoormap/frontend-utils",
4
"description": "Outdoormap > Front End Utilities",
5
- "version": "0.1.0",
+ "version": "0.1.1",
6
"author": "OutdoorMap <support@outdoormap.com>",
7
"license": "MIT",
8
"main": "index.js",
scss/reset.scss
@@ -97,6 +97,10 @@ select {
97
}
98
99
input {
100
+ &::-webkit-date-and-time-value {
101
+ text-align: left;
102
+ }
103
+
104
&::-webkit-search-cancel-button,
105
&::-webkit-outer-spin-button,
106
&::-webkit-inner-spin-button {
0 commit comments