style: fix side menu text overflow style (#3450)

This commit is contained in:
Zeke Zhang 2024-01-28 12:40:39 +08:00 committed by GitHub
parent ec67f5fbc1
commit 2fc1604d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,8 @@ const subMenuDesignerCss = css`
padding: 0 34px 0 24px;
width: calc(100% + 58px);
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
&:hover {
> .general-schema-designer {
display: block;