Registration Buttons Wider than registration box when age limit set. 
							
								 
							 
							March 26, 2014, 11:54:18 am 
							 
							
						 
					
					
						On the registration screen if you have an age limit set (and just reject their registration if they're under the age limit - only mode I tested) the buttons at the bottom are very long and on mobile wider than the box containing the agreement.  Adding a white-space:normal fixes it by allowing the very long text to wrap into the box.  Maybe add it inline to those two buttons as the classes set on them I think are used many other places.
						 
						
					
				 
				
						
						
							Re: Registration Buttons Wider than registration box when age limit set. 
							
								 
							 
							
								Reply #2  – March 26, 2014, 04:00:55 pm 
							 
							
						 
					
					
						white-space:normal worked for me in firefox when I set it on that element in firebug.  I didn't check if it was browser specific.
						 
						
					
				 
				
						
						
							Re: Registration Buttons Wider than registration box when age limit set. 
							
								 
							 
							
								Reply #4  – March 26, 2014, 11:37:54 pm 
							 
							
						 
					
					
						Or you could just throw a line break in with the extra text, if that'd work. Probably better than inline CSS. 
						 
						
					
				 
				
						
						
							Re: Registration Buttons Wider than registration box when age limit set. 
							
								 
							 
							
								Reply #7  – June 07, 2014, 08:31:40 am 
							 
							
						 
					
						
	
		
			emanuele
		 
		
	 
							
								
									 
								 
							 
							 
							Global Moderator  
					 
					
						Still a bit broken, the text goes to the new line, but the button doesn't become taller and the second line it cut.
						 
						
					
				 
				
						
						
							Re: Registration Buttons Wider than registration box when age limit set. 
							
								 
							 
							
								Reply #8  – December 05, 2014, 06:16:30 am 
							 
							
						 
					
						
	
		
			emanuele
		 
		
	 
							
								
									 
								 
							 
							 
							Global Moderator  
					 
					
						I don't remember if this was fixed completely or if it is still a bit broken. To check.
						 
						
					
				 
				
						
						
							Re: Registration Buttons Wider than registration box when age limit set. 
							
								 
							 
							
								Reply #9  – February 04, 2015, 04:51:12 pm 
							 
							
						 
					
						
	
		
			emanuele
		 
		
	 
							
								
									 
								 
							 
							 
							Global Moderator  
					 
					
						I just added another tiny bit of css for this one, but it basically works.