@royaloperahouse/chord 2.1.0-e-chord-development → 2.1.0-f-chord-development

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.
@@ -5331,7 +5331,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
5331
5331
  };
5332
5332
  }, [tabs, selectedItem, tabListRef]);
5333
5333
  var tabsColumnStart = tabsOverflow ? !canScrollToLeft ? 2 : 1 : 3;
5334
- var tabsColumnSpan = tabsOverflow ? !canScrollToLeft ? 14 : 15 : 13;
5334
+ var tabsColumnSpan = tabsOverflow ? !canScrollToLeft ? 14 : 15 : 12;
5335
5335
 
5336
5336
  var scrollToRight = function scrollToRight() {
5337
5337
  if (tabListRef.current) {