@plastic-js/tsumiki 0.1.36 → 0.1.37

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.
@@ -137,6 +137,8 @@ var footerBtnClass = css({
137
137
  "&.tsu-dialog-footer--center": { justifyContent: "center" }
138
138
  });
139
139
  var btnClass = css({
140
+ flex: "0 0 auto",
141
+ whiteSpace: "nowrap",
140
142
  height: "var(--tsu-comp-height-xl)",
141
143
  borderRadius: "var(--tsu-radius-l1-lg)",
142
144
  border: "1px solid var(--tsu-neutral-7)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",