@otwb/ui 2.0.8 → 2.0.10

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -846,7 +846,8 @@ var AppTab = /* @__PURE__ */ defineComponent({
846
846
  color: d.isCurrent ? "#595959" : K.value.textColor3,
847
847
  maxWidth: "350px",
848
848
  overflow: "hidden",
849
- marginRight: "5px"
849
+ marginRight: "5px",
850
+ whiteSpace: "nowrap"
850
851
  })), J = computed(() => ({
851
852
  height: "34px",
852
853
  padding: "0 12px 0 15px"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otwb/ui",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "otwb UI",