Skip to content

Commit

Permalink
🐛 Fixing grid column widths
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 14, 2024
1 parent cc02824 commit 422d9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default defineComponent({
'banners banners rightsidebar'
'sidebar header rightsidebar'
'sidebar content rightsidebar';
grid-auto-columns: fit-content($sidebar-expanded-width) minmax(100px, auto) minmax(0, max-content);
grid-auto-columns: minmax(0, max-content) minmax(100px, auto) minmax(0, max-content);
grid-template-rows: auto fit-content($header-height) 1fr;
height: 100vh;
}
Expand Down

0 comments on commit 422d9af

Please sign in to comment.