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.
			
			
			
				TBH I have no idea how to wrap a button text... :-[
			
			
			
				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.
			
			
			
				Oh... 
/me blames the old version of Opera he is using...
			
			
			
				Or you could just throw a line break in with the extra text, if that'd work. Probably better than inline CSS.
			
			
			
				Bump as reminder.
			
			
			
				https://github.com/emanuele45/Dialogo/commit/fc8f8ca7ca5e75445e9bded835dd62ec197cb61e
			
			
			
				Still a bit broken, the text goes to the new line, but the button doesn't become taller and the second line it cut.
			
			
			
				I don't remember if this was fixed completely or if it is still a bit broken.
To check.
			
			
			
				I just added another tiny bit of css for this one, but it basically works.