@necrolab/dashboard 0.5.13 → 0.5.14
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
|
@@ -78,7 +78,8 @@ const handleCopy = () => {
|
|
|
78
78
|
|
|
79
79
|
.info-value {
|
|
80
80
|
@apply text-sm flex-1 text-light-300;
|
|
81
|
-
@apply break-words;
|
|
81
|
+
@apply break-words overflow-hidden;
|
|
82
|
+
min-width: 0; // Allow flex item to shrink below content size
|
|
82
83
|
|
|
83
84
|
@media (max-width: 768px) {
|
|
84
85
|
@apply text-[13px];
|
|
@@ -90,6 +91,7 @@ const handleCopy = () => {
|
|
|
90
91
|
@apply w-8 h-8 rounded transition-all duration-150;
|
|
91
92
|
@apply bg-transparent text-light-500 hover:text-light-300 hover:bg-dark-600;
|
|
92
93
|
@apply flex-shrink-0;
|
|
94
|
+
@apply ml-2; // Ensure spacing from value
|
|
93
95
|
|
|
94
96
|
&.copied {
|
|
95
97
|
@apply text-accent-green;
|