app/components/lookbook/toolbar/component.html.erb in lookbook-1.5.5 vs app/components/lookbook/toolbar/component.html.erb in lookbook-2.0.0.beta.0
- old
+ new
@@ -1,5 +1,5 @@
<%= render_component_tag class: "h-10 border-b border-lookbook-divider w-full flex items-center text-sm flex-none bg-lookbook-toolbar-bg" do %>
- <div class="toolbar-sections flex items-stretch w-full">
+ <div class="toolbar-sections flex items-stretch w-full h-10">
<%= safe_join(sections) %>
</div>
<% end %>
\ No newline at end of file