Fix for context menu on calendar being too small sometimes

This commit is contained in:
drigato 2015-07-15 07:19:48 -04:00
parent fdef9d9f78
commit dddc6e6591
2 changed files with 4 additions and 2 deletions

View file

@ -3321,6 +3321,7 @@ dd .stream-status {
color: white;
}
.context-menu-list {
width: 200px !important;
.calendar-context-menu {
min-width: 200px !important;
}