Skip to content

Commit c9ea6dd

Browse files
fix: css reset
1 parent 14706cd commit c9ea6dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "@outdoormap/frontend-utils",
44
"description": "Outdoormap > Front End Utilities",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"author": "OutdoorMap <support@outdoormap.com>",
77
"license": "MIT",
88
"main": "index.js",

scss/reset.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ select {
9797
}
9898

9999
input {
100+
&::-webkit-date-and-time-value {
101+
text-align: left;
102+
}
103+
100104
&::-webkit-search-cancel-button,
101105
&::-webkit-outer-spin-button,
102106
&::-webkit-inner-spin-button {

0 commit comments

Comments
 (0)