diff --git a/frontends/etiquette_flask/templates/album.html b/frontends/etiquette_flask/templates/album.html index 8bdf247..4049ba0 100644 --- a/frontends/etiquette_flask/templates/album.html +++ b/frontends/etiquette_flask/templates/album.html @@ -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 {