Use an em-based width for better scaling with font-size changes

This commit is contained in:
Kris 2020-06-02 17:14:04 -04:00
parent 9e9ff01e86
commit 688d9428fe

View File

@ -1,6 +1,6 @@
.popup-menu {
background-color: $secondary;
width: 215px;
width: 14em;
border: 1px solid $primary-low;
z-index: z("dropdown");
box-shadow: shadow("card");