@oslokommune/punkt-css 16.4.0 → 16.5.1

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.
@@ -1253,10 +1253,14 @@ pkt-datepicker-multiple {
1253
1253
  }
1254
1254
 
1255
1255
  @-moz-document url-prefix() {
1256
- .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
1256
+ .pkt-datepicker__inputs .pkt-datepicker__input {
1257
+ padding-right: 0.5rem;
1258
+ }
1259
+ .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
1257
1260
  width: 10.5rem;
1261
+ max-width: 100%;
1258
1262
  }
1259
- .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
1263
+ .pkt-datepicker__inputs .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
1260
1264
  width: auto;
1261
1265
  flex: 1;
1262
1266
  }
@@ -5499,7 +5503,7 @@ pkt-select {
5499
5503
  padding-right: 3rem;
5500
5504
  }
5501
5505
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5502
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.4/icons/chevron-thin-down.svg);
5506
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.5/icons/chevron-thin-down.svg);
5503
5507
  background-image: var(--svg);
5504
5508
  background-repeat: no-repeat;
5505
5509
  background-position: right 0.7rem top 50%;