@inc2734/unitone-css 1.1.0 → 1.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inc2734/unitone-css",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=20.10.0",
@@ -51,6 +51,11 @@
51
51
  @media (orientation: portrait) and (width < 600px) {
52
52
  column-count: auto;
53
53
  writing-mode: horizontal-tb;
54
+
55
+ > * {
56
+ box-sizing: border-box;
57
+ max-inline-size: none;
58
+ }
54
59
  }
55
60
  }
56
61
 
@@ -58,6 +63,11 @@
58
63
  @container (width < 600px) {
59
64
  column-count: auto;
60
65
  writing-mode: horizontal-tb;
66
+
67
+ > * {
68
+ box-sizing: border-box;
69
+ max-inline-size: none;
70
+ }
61
71
  }
62
72
  }
63
73
  }
@@ -115,6 +125,7 @@
115
125
  [data-unitone-layout~="vertical-writing-wrapper"] {
116
126
  display: flex;
117
127
  flex-direction: column;
128
+ overflow: clip;
118
129
  }
119
130
 
120
131
  [data-unitone-layout~="vertical-writing"] {