odaptos_design_system 2.0.56 → 2.0.57

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.
@@ -15601,7 +15601,13 @@ const TabsUnderline = ({
15601
15601
  if (item.disabled) {
15602
15602
  renderTab = /*#__PURE__*/React__default.createElement("div", {
15603
15603
  className: `${styles$S.tab_label_disabled}`,
15604
- id: item.id
15604
+ id: item.id,
15605
+ style: {
15606
+ width: 'fit-content',
15607
+ display: 'flex',
15608
+ alignItems: 'center',
15609
+ justifyContent: 'center'
15610
+ }
15605
15611
  }, /*#__PURE__*/React__default.createElement(Title, {
15606
15612
  key: `tab#${index}`,
15607
15613
  className: `${!isArrowIconDisplay ? styles$S.tab_label_replacement : styles$S.tab_label_replacement_icon} ${styles$S.disabled}`,