Skip to content

Commit d6a1187

Browse files
Merge pull request #2297 from nextcloud/backport/2289/stable4
[stable4] Fix missing icon
2 parents cb3fb68 + f5657fa commit d6a1187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PopoverMenu/PopoverMenuItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ li {
307307
* TODO: to remove */
308308
> img {
309309
width: $icon-size;
310-
padding: $icon-margin;
310+
margin: $icon-margin;
311311
}
312312
313313
/* checkbox/radio fixes */

0 commit comments

Comments
 (0)