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:
Julianna Tetreault 2021-12-10 09:53:14 -07:00 committed by GitHub
parent e250b46ed2
commit 428dd1bd2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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})$",