@@ -23,8 +23,8 @@
-
-
+
+
@@ -111,6 +111,12 @@ watch(
border-radius: 8px !important;
}
+.flex-card {
+ flex: 1;
+ min-width: 0; // Allow the card to shrink below its content size
+ overflow: hidden; // Clip the content and add ... if the content is too big
+}
+
.signal-name {
font-size: 0.8rem;
white-space: nowrap;