Skip to content

Commit

Permalink
Fix layout on wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptrboro committed Nov 29, 2023
1 parent 259ffd7 commit d1c3f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<%= render "layouts/dashboard/sidebar" %>

<!-- Page Content -->
<main id="page-content">
<main class="container-fluid">
<div class="header">
<!-- navbar -->
<nav class="navbar-default navbar navbar-expand-lg">
Expand Down

0 comments on commit d1c3f43

Please sign in to comment.