diff --git a/src/components/LayerUI.scss b/src/components/LayerUI.scss index f77dde39..6564f2a5 100644 --- a/src/components/LayerUI.scss +++ b/src/components/LayerUI.scss @@ -12,9 +12,6 @@ right: 12px; top: 16px; white-space: nowrap; - max-width: 140px; - text-overflow: ellipsis; - overflow: hidden; } } diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 9fd09d5d..0bb10d9a 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -134,7 +134,7 @@ const LibraryMenuItems = ({ align="center" gap={1} key={"actions"} - style={{ padding: "2px 0" }} + style={{ padding: "2px" }} > + {rows} );