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;
 | 
					  padding: 0 34px 0 24px;
 | 
				
			||||||
  width: calc(100% + 58px);
 | 
					  width: calc(100% + 58px);
 | 
				
			||||||
  height: 100%;
 | 
					  height: 100%;
 | 
				
			||||||
 | 
					  overflow: hidden;
 | 
				
			||||||
 | 
					  text-overflow: ellipsis;
 | 
				
			||||||
  &:hover {
 | 
					  &:hover {
 | 
				
			||||||
    > .general-schema-designer {
 | 
					    > .general-schema-designer {
 | 
				
			||||||
      display: block;
 | 
					      display: block;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user