[IE9] Set explicit height to file actions menu icon

IE9 flattened the icons, so give it an explicit height.
This commit is contained in:
Vincent Petry 2015-10-07 17:18:01 +02:00
parent 97b2a3964a
commit b7a5d487f8
1 changed files with 1 additions and 0 deletions

View File

@ -696,6 +696,7 @@ em {
.popovermenu .menuitem .no-icon {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 10px;
}