@visns-studio/visns-components 5.13.4 → 5.13.5

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
@@ -87,7 +87,7 @@
87
87
  "react-dom": "^17.0.0 || ^18.0.0"
88
88
  },
89
89
  "name": "@visns-studio/visns-components",
90
- "version": "5.13.4",
90
+ "version": "5.13.5",
91
91
  "description": "Various packages to assist in the development of our Custom Applications.",
92
92
  "main": "src/index.js",
93
93
  "files": [
@@ -62,9 +62,9 @@ div[role="tooltip"],
62
62
  text-overflow: unset !important; /* Disable text truncation */
63
63
  overflow: visible !important; /* Show wrapped content */
64
64
  height: auto !important; /* Allow cell to expand vertically */
65
- min-height: 40px !important; /* Increased minimum height for better spacing */
65
+ min-height: 20px !important; /* Minimal height for maximum compactness */
66
66
  line-height: 1.4 !important; /* Better line spacing for readability */
67
- padding: 10px 8px !important; /* Increased vertical padding for multi-line content */
67
+ padding: 1px 2px !important; /* Very light padding for minimal spacing */
68
68
  vertical-align: top !important; /* Align content to top for multi-line cells */
69
69
  display: flex !important; /* Use flexbox for better content alignment */
70
70
  align-items: flex-start !important; /* Align content to top */