mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
polls: Set modal height with em.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user