Skip to content

Commit

Permalink
fix: panel component orientation (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Aug 5, 2024
1 parent 4c50e08 commit 02eb2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/avo/panel_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
<% end %>
<% if bare_content? %>
<%= content_tag :div, class: class_names("relative flex flex-1", "has-sidebar": sidebar?), data: {
<%= content_tag :div, class: class_names("relative flex flex-1 flex-col", "has-sidebar": sidebar?), data: {
target: :"panel-bare-content"
} do %>
<%= bare_content %>
Expand Down

0 comments on commit 02eb2cc

Please sign in to comment.