Skip to content

Commit 9b9adf6

Browse files
committed
Fix header/row alignment on lvery wide ellipsis cells and remove overflow: hidden mode on dropdown cells.
1 parent 62a0976 commit 9b9adf6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/views/manage-components-packs/view/components/component-pack-manager.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
cursor: default;
4747
}
4848

49+
.ant-table-cell-ellipsis {
50+
max-width: 50vw;
51+
}
52+
4953
.faded {
5054
opacity: 0.5;
5155
margin-left: 0.5em;
@@ -254,6 +258,10 @@ th.ant-table-cell {
254258
text-indent: -10px;
255259
}
256260

261+
.components-view-root .ant-table-cell:nth-child(6) {
262+
overflow: unset;
263+
}
264+
257265
.packs-view-root .expandable-references {
258266
display: flex;
259267
}

0 commit comments

Comments
 (0)