@metropolle/design-system 1.2026.0-1.3.159 → 1.2026.0-1.4.1227

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.
@@ -442,6 +442,18 @@ select[class*="mds-select"] {
442
442
  border-style: solid !important;
443
443
  }
444
444
 
445
+ /* UI Rule: Input/Select height consistency (40px) */
446
+ .mds-select-trigger,
447
+ button.mds-select-trigger {
448
+ min-height: 40px !important;
449
+ max-height: 40px !important;
450
+ height: 40px !important;
451
+ padding: 8px 14px !important;
452
+ font-size: 14px !important;
453
+ line-height: 1.4 !important;
454
+ box-sizing: border-box !important;
455
+ }
456
+
445
457
  /* Dark theme select overrides */
446
458
  html[data-theme="dark"] select.mds-select,
447
459
  html[data-theme="dark"] .mds-select,