Fix left side of single column layout being cropped on smaller screens (#11894)
Fix #11476
This commit is contained in:
		
							parent
							
								
									3ed94dcc1a
								
							
						
					
					
						commit
						37ccafec8f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1893,6 +1893,7 @@ a.account__display-name { | |||
|       pointer-events: none; | ||||
|       display: flex; | ||||
|       justify-content: flex-end; | ||||
|       min-width: 285px; | ||||
| 
 | ||||
|       &--start { | ||||
|         justify-content: flex-start; | ||||
|  | @ -1910,6 +1911,7 @@ a.account__display-name { | |||
|       box-sizing: border-box; | ||||
|       width: 100%; | ||||
|       max-width: 600px; | ||||
|       flex: 0 0 auto; | ||||
|       display: flex; | ||||
|       flex-direction: column; | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue