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
master
voussoir 2020-08-10 21:02:11 -07:00
parent 03ae8325c9
commit a66aca8a17
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ h2, h3
because originally the button is occupying the full width and then becomes because originally the button is occupying the full width and then becomes
small when it gets put into the holder */ small when it gets put into the holder */
margin-right: auto; 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 #right input
{ {