Jankily fix button text causing breakage out of parent div.
I described the issue here but have yet to find the correct fix. https://old.reddit.com/r/css/comments/i4drwa
This commit is contained in:
		
							parent
							
								
									03ae8325c9
								
							
						
					
					
						commit
						a66aca8a17
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -35,6 +35,10 @@ h2, h3 | |||
|     because originally the button is occupying the full width and then becomes | ||||
|     small when it gets put into the holder */ | ||||
|     margin-right: auto; | ||||
| 
 | ||||
|     /* Fixes the button_with_confirm inputs from causing the overall row to | ||||
|     become wider than the containing parent when expanded. */ | ||||
|     word-break: break-all; | ||||
| } | ||||
| #right input | ||||
| { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue