dominikriemer commented on code in PR #4248:
URL: https://github.com/apache/streampipes/pull/4248#discussion_r2923511857
##########
ui/projects/streampipes/shared-ui/src/lib/components/sp-table/sp-table.component.scss:
##########
@@ -38,10 +88,46 @@
}
.right-column {
- text-align: right; /* align contents inside cell */
- margin-left: auto; /* push this column to the far right */
+ text-align: right;
+ margin-left: auto;
}
.checkbox-multi-select {
width: 100px;
}
+
+.asset-context-cell {
+ display: inline-flex;
+ flex-wrap: wrap;
+ align-items: center;
+ min-width: 220px;
+ padding: 2px 0;
Review Comment:
if there is a suitable metric in spacing.scss, use a CSS variable instead of
fixed pixels
##########
ui/projects/streampipes/shared-ui/src/lib/components/sp-table/sp-table.component.scss:
##########
@@ -38,10 +88,46 @@
}
.right-column {
- text-align: right; /* align contents inside cell */
- margin-left: auto; /* push this column to the far right */
+ text-align: right;
+ margin-left: auto;
}
.checkbox-multi-select {
width: 100px;
}
+
+.asset-context-cell {
+ display: inline-flex;
+ flex-wrap: wrap;
+ align-items: center;
+ min-width: 220px;
+ padding: 2px 0;
+ gap: 6px;
+}
+
+.asset-context-empty {
+ color: var(--color-text-2);
+ font-size: 12px;
Review Comment:
Use font sizes from _typography.scss
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]