@oslokommune/punkt-css 16.26.2 → 16.26.3

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.
@@ -19777,12 +19777,6 @@ pkt-alert {
19777
19777
  grid-row: 1/2;
19778
19778
  grid-column: 2/3;
19779
19779
  }
19780
- @media (max-width: 768px) {
19781
- .pkt-alert__noTitle .pkt-alert__text {
19782
- grid-row: 2/3;
19783
- grid-column: 1/-1;
19784
- }
19785
- }
19786
19780
 
19787
19781
  .pkt-alert {
19788
19782
  border-left: 0.25rem solid var(--pkt-color-alert-bc);
@@ -23310,7 +23304,7 @@ pkt-input-wrapper {
23310
23304
  .pkt-inputwrapper__label {
23311
23305
  display: flex;
23312
23306
  flex-direction: row;
23313
- align-items: flex-end;
23307
+ align-items: center;
23314
23308
  gap: 0.5rem;
23315
23309
  color: var(--pkt-color-text-body-default);
23316
23310
  }