Skip to content

Commit

Permalink
add space between nav menu and table
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurand committed Sep 27, 2024
1 parent 9980a8b commit 52428e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="ultra-settings-nav">
<form onsubmit="return false">
<form onsubmit="return false" style="margin-bottom: 0.5rem;">
<select class="<%= html_escape(select_class) %>" size="1" id="config-selector">
<% UltraSettings.__configuration_names__.sort.each do |name| %>
<option value="config-<%= html_escape(name) %>"><%= html_escape(UltraSettings.send(name).class.name) %></option>
Expand Down

0 comments on commit 52428e3

Please sign in to comment.