@oslokommune/punkt-css 12.11.4 → 12.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/css/components/calendar.css +1 -1
- package/dist/css/components/calendar.min.css +1 -1
- package/dist/css/pkt-components.css +1 -1
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt.css +1 -1
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_calendar.scss +1 -1
- package/package.json +2 -2
|
@@ -196,7 +196,7 @@ pkt-datepicker {
|
|
|
196
196
|
// Firefox specific styles :(
|
|
197
197
|
@-moz-document url-prefix() {
|
|
198
198
|
.pkt-datepicker__input:not(.pkt-datepicker--multiple) {
|
|
199
|
-
width:
|
|
199
|
+
width: 10.5rem;
|
|
200
200
|
}
|
|
201
201
|
.pkt-datepicker__inputs button.pkt-input-icon {
|
|
202
202
|
display: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-css",
|
|
3
|
-
"version": "12.11.
|
|
3
|
+
"version": "12.11.5",
|
|
4
4
|
"description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
|
|
5
5
|
"homepage": "https://punkt.oslo.kommune.no",
|
|
6
6
|
"author": "Team Designsystem, Oslo Origo",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
55
55
|
},
|
|
56
56
|
"license": "MIT",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "1ac7645d35560a308696609a4d6743ed5f183452"
|
|
58
58
|
}
|