Skip to content

Commit fadb350

Browse files
committed
fix/Use width rather than flex basis
1 parent 42e52ba commit fadb350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<%= render 'shared/sidebar' %>
4343
</div>
4444
<%# <div style="flex: 1; flex-basis: 25%; max-width: 25%;"></div> %>
45-
<div style="flex: 4; flex-basis: 75%;">
45+
<div style="width: 75%;">
4646
<%= yield %>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)