Skip to content

Commit

Permalink
Remove broken inline styling in Playground Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
myabc committed Dec 16, 2024
1 parent 50d4f8c commit f3848d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% message.with_description_content("This action is not reversible and may cause permanent damage.") if show_description %>
<% end %>
<% if show_additional_details %>
<% dialog.with_additional_details(display: :inline) do %>
<% dialog.with_additional_details do %>
<%= render(Primer::Alpha::Banner.new) { "Some additional content below" } %>
<% end %>
<% end %>
Expand Down

0 comments on commit f3848d1

Please sign in to comment.