Skip to content

Commit

Permalink
unify size of oc-icon-m for context and new menues
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed Apr 25, 2022
1 parent aad1fb9 commit 9de5918
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -662,3 +662,12 @@ export default {
min-width: 250px;
}
</style>
<style lang="scss">
#create-list,
#upload-list,
#new-file-menu-drop {
.oc-icon-m svg {
height: 100% !important;
}
}
</style>

0 comments on commit 9de5918

Please sign in to comment.