Merge pull request #158 from nextcloud/fix_popover_menu_orientation

fix popover menu orientation
This commit is contained in:
Julius Härtl
2017-05-24 20:26:40 +02:00
committed by GitHub

View File

@@ -93,6 +93,10 @@ button.button-inline:hover {
width: auto !important;
}
#app-navigation .app-navigation-entry-menu ul {
flex-direction: row;
}
/**
* Board view
*/