Skip to content

Commit 493813f

Browse files
fix: Fixes white space next to sidebar (#544)
Co-authored-by: Chris Baudouin, Jr <[email protected]>
1 parent f740ed9 commit 493813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/manage/application.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
= t(:title, scope: 'pages.manage.data-exports')
144144
.nav-item-description
145145
= t(:dataexports, scope: 'layouts.manage.navigation.descriptors')
146-
%main.col-md-9.ml-sm-auto.px-4{role: "main"}
146+
%main.col-md-9.ml-sm-auto.px-4.col-xl-10.col-lg-9{role: "main"}
147147
= render "layouts/manage/flashes"
148148
= yield
149149
%div.mb-4.text-center

0 commit comments

Comments
 (0)