@dfosco/storyboard-react 1.17.2 → 1.17.3

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": "@dfosco/storyboard-react",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@dfosco/storyboard-core": "*",
@@ -179,6 +179,9 @@
179
179
  background-repeat: no-repeat;
180
180
  background-position: right 12px center;
181
181
  min-width: 140px;
182
+ max-width: 220px;
183
+ text-overflow: ellipsis;
184
+ overflow: hidden;
182
185
  transition: border-color 0.15s ease;
183
186
  }
184
187