@pathscale/ui 1.1.64 → 1.1.65

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.
@@ -149,6 +149,7 @@
149
149
  -------------------------------------------------------------------------- */
150
150
  .table__column {
151
151
  position: relative;
152
+ overflow: hidden;
152
153
  padding-inline: 1rem;
153
154
  padding-block: 0.625rem;
154
155
  text-align: left;
@@ -158,6 +159,11 @@
158
159
  vertical-align: middle;
159
160
  }
160
161
 
162
+ .table__column > * {
163
+ min-width: 0;
164
+ max-width: 100%;
165
+ }
166
+
161
167
  @supports (color: color-mix(in lab, red, red)) {
162
168
  .table__column {
163
169
  color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "1.1.64",
3
+ "version": "1.1.65",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",