Remove italics from Community Name field (#15619)
This commit is contained in:
parent
50a73e035e
commit
567dda620f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<span class="crayons-field__required crayons-tooltip" data-tooltip="This will set the primary name for your Forem" aria-describedby="community-name-subtitle"></span>
|
||||
<p id="community-name-subtitle" class="crayons-field__description">Used as the primary name for your Forem.</p>
|
||||
<% end %>
|
||||
<%= text_field_tag :community_name, "", placeholder: "Climbing Life", class: "crayons-textfield fs-italic", required: true %>
|
||||
<%= text_field_tag :community_name, "", placeholder: "Climbing Life", class: "crayons-textfield", required: true %>
|
||||
</div>
|
||||
|
||||
<div class="crayons-field mt-6 align-left">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue