From 47f71e0b7e9fea28fa7c25090faa2db56f5c9cc0 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 11 Nov 2022 15:30:02 -0800 Subject: [PATCH] Prefer grid gap instead of margin. --- frontends/etiquette_flask/templates/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 70f38db..00643b4 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -33,6 +33,7 @@ /1fr; min-height: min-content; + grid-row-gap: 8px; } #editor_area { @@ -48,7 +49,6 @@ { grid-area: message_area; min-height: 30px; - margin-top: 8px; } #photo_viewer {