mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
[SM-553] Fix header sometimes taking up to much space (#4840)
This commit is contained in:
parent
a7e0be1014
commit
c184ff73cf
@ -2,7 +2,7 @@
|
||||
<nav class="tw-min-h-screen tw-w-60 tw-bg-background-alt3">
|
||||
<router-outlet name="sidebar"></router-outlet>
|
||||
</nav>
|
||||
<main class="tw-min-h-screen tw-flex-1 tw-p-6">
|
||||
<main class="tw-min-h-screen tw-min-w-0 tw-flex-1 tw-p-6">
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user