@eturnity/eturnity_reusable_components 6.43.9-EPDM-6751.0 → 6.43.9-EPDM-6751.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": "@eturnity/eturnity_reusable_components",
3
- "version": "6.43.9-EPDM-6751.0",
3
+ "version": "6.43.9-EPDM-6751.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -338,7 +338,7 @@ const DragContainer = styled.div`
338
338
 
339
339
  const RowContainer = styled('div', TitleAttrs)`
340
340
  padding: 10px 14px;
341
- width: 300px;
341
+ min-width: 300px;
342
342
 
343
343
  ${({ showBorder, theme }) =>
344
344
  showBorder &&