mirror of
				https://github.com/zitadel/zitadel.git
				synced 2025-11-04 05:12:32 +00:00 
			
		
		
		
	fix: max width container, text ellipsis overflow (#2862)
This commit is contained in:
		@@ -7,6 +7,7 @@
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  min-width: 220px;
 | 
			
		||||
  max-width: 240px;
 | 
			
		||||
  padding-bottom: 0.5rem;
 | 
			
		||||
  position: relative;
 | 
			
		||||
 | 
			
		||||
@@ -37,7 +38,11 @@
 | 
			
		||||
    width: 100%;
 | 
			
		||||
 | 
			
		||||
    button {
 | 
			
		||||
      min-height: 36px;
 | 
			
		||||
      position: relative;
 | 
			
		||||
      overflow: hidden;
 | 
			
		||||
      text-align: start;
 | 
			
		||||
      text-overflow: ellipsis;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user