We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e2f7b commit d9efd19Copy full SHA for d9efd19
packages/ui/src/elements/RelationshipTable/index.scss
@@ -19,6 +19,22 @@
19
}
20
21
.table {
22
+ table {
23
+ width: 100%;
24
+ overflow: auto;
25
+
26
+ [class^='cell'] > p,
27
+ [class^='cell'] > span,
28
+ [class^='cell'] > a {
29
+ line-clamp: 4;
30
+ -webkit-box-orient: vertical;
31
+ -webkit-line-clamp: 4;
32
+ overflow: hidden;
33
+ display: -webkit-box;
34
+ max-width: 100vw;
35
+ }
36
37
38
th,
39
td:first-child {
40
min-width: 0;
0 commit comments