From 87abb055c3ecace2e3b52229ee15cb70f3adb3a1 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 5 May 2017 22:59:22 -0700 Subject: [PATCH] Fix photo message_area from dominating screen height --- frontends/etiquette_flask/templates/photo.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index c1cf386..b0ab3b3 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -28,6 +28,7 @@ } #editor_holder { + display: flex; flex-direction: column; max-width: 300px; @@ -42,7 +43,7 @@ } #message_area { - flex: 1; + flex: auto; } .photo_viewer {