topic-admin-menu shouldn't be fixed width on mobile

This commit is contained in:
Kris 2020-07-13 18:50:57 -04:00
parent 7045a2a87c
commit 277d09516e

View File

@ -222,7 +222,7 @@ sub sub {
.topic-admin-popup-menu {
box-sizing: border-box;
padding: 0.25em;
width: unset;
ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr;