From fe3d87f15e37348e3a4d9ed507f2d8879e76c22c Mon Sep 17 00:00:00 2001 From: evykassirer Date: Sat, 4 Jan 2025 21:24:14 -0800 Subject: [PATCH] polls: Set modal height with em. --- web/styles/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/modal.css b/web/styles/modal.css index 539c23be45..c8dbdfeada 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -445,7 +445,7 @@ #add-poll-modal { /* this height allows 3-4 option rows to fit in without need for scrolling */ - height: 450px; + height: 32.1428em; /* 450px / 14px em */ overflow: hidden; .modal__content {