Fixed calendar context menu width

This commit is contained in:
drigato 2015-07-14 13:45:37 -04:00
parent 7b237a2e65
commit fdef9d9f78
1 changed files with 4 additions and 0 deletions

View File

@ -3320,3 +3320,7 @@ dd .stream-status {
.usability_hint a {
color: white;
}
.context-menu-list {
width: 200px !important;
}