mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
Use an em-based width for better scaling with font-size changes
This commit is contained in:
parent
9e9ff01e86
commit
688d9428fe
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user