Adjust Creator Settings Form Width (#15725)
* Reduces width of community_name field and finish button * Slightly adjusts util classes on necessary fields * Adjusts field widths to be larger for appearance * Remove util classes entirely from fields
This commit is contained in:
parent
e250b46ed2
commit
428dd1bd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<p id="color-selector-subtitle" class="crayons-field__description">This will be the "accent" color used for buttons, links, etc.</p>
|
||||
<% end %>
|
||||
|
||||
<div class="flex w-100 m:w-50 crayons-field">
|
||||
<div class="crayons-field">
|
||||
<div class="flex">
|
||||
<%= f.text_field :primary_brand_color_hex,
|
||||
pattern: "^#+([a-fA-F0-9]{6})$",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue