Skip to content

Commit 0ab3d92

Browse files
committed
Remove broken inline styling in Playground Preview
1 parent f1c7886 commit 0ab3d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

previews/primer/open_project/danger_confirmation_dialog_preview/playground.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<% message.with_description_content("This action is not reversible and may cause permanent damage.") if show_description %>
66
<% end %>
77
<% if show_additional_details %>
8-
<% dialog.with_additional_details(display: :inline) do %>
8+
<% dialog.with_additional_details do %>
99
<%= render(Primer::Alpha::Banner.new) { "Some additional content below" } %>
1010
<% end %>
1111
<% end %>

0 commit comments

Comments
 (0)