style: fix side menu text overflow style (#3450)
This commit is contained in:
parent
ec67f5fbc1
commit
2fc1604d78
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user