@sbb-esta/lyne-elements-dev 4.11.0-dev.1776939746 → 4.11.0-dev.1776944043

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.
@@ -2210,6 +2210,7 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
2210
2210
  background-color: transparent;
2211
2211
  padding: 0;
2212
2212
  appearance: none;
2213
+ display: flex;
2213
2214
  outline: none !important;
2214
2215
  overflow: var(--sbb-form-field-overflow, hidden);
2215
2216
  width: 100%;
@@ -2255,6 +2256,9 @@ sbb-flip-card-summary > [slot=image] :is(sbb-image, img):not(.sbb-figure-overlap
2255
2256
  line-height: 1 !important;
2256
2257
  margin-block: calc(0.5 * var(--sbb-form-field-input-text-size) * (var(--sbb-typo-line-height-text) - 1.25));
2257
2258
  }
2259
+ :is(sbb-form-field, sbb-timetable-form-field)[size=s] > :not(sbb-chip-group):has(input, sbb-date-input, sbb-time-input, select, sbb-select) {
2260
+ margin-block-end: -0.125rem;
2261
+ }
2258
2262
  :is(sbb-form-field, sbb-timetable-form-field) :where(textarea) {
2259
2263
  --sbb-scrollbar-thumb-width: 0.125rem;
2260
2264
  --sbb-scrollbar-thumb-width-hover: 0.25rem;