Add safe min-width for poll

This commit is contained in:
Lim Chee Aun 2023-07-23 16:57:43 +08:00
parent b0808305ab
commit 871fe11d0f

View file

@ -975,6 +975,7 @@ a.card:is(:hover, :focus) {
);
overflow: hidden;
box-shadow: inset 0 0 0 1px var(--bg-color);
min-width: 50%;
}
.poll.loading {
opacity: 0.5;