Browse Source

fix: add proper spacing in left navigation drawer (#994)

re #993

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/999/head
Pranav C 3 years ago committed by GitHub
parent
commit
e20527c725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/components/ProjectTreeView.vue

2
packages/nc-gui/components/ProjectTreeView.vue

@ -12,7 +12,7 @@
permanent
mini-variant-width="50"
class="pl-2 nc-nav-drawer"
style="min-width: 100%; height: calc(100% - 0px)"
style="min-width: 100%; height: calc(100% - 30px)"
>
<div class="h-100 d-flex flex-column">
<div class="flex-grow-1" style="overflow-y: auto; min-height: 200px">

Loading…
Cancel
Save