Skip to content

Commit

Permalink
font size 14px
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Feb 3, 2025
1 parent 4c8ef0e commit 9b2a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/marksmith/shared/_editor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<%= content_tag :div, class: "ms:flex ms:flex-1 ms:flex-col ms:size-full", data: { marksmith_target: "fieldContainer" } do %>
<%= text_area_tag field_name, value,
id: name,
class: class_names("ms:flex ms:flex-1 ms:rounded ms:border-none ms:resize-y ms:focus:outline-none ms:font-mono ms:focus:ring-0 ms:leading-normal ms:p-2", classes),
class: class_names("ms:flex ms:flex-1 ms:rounded ms:border-none ms:resize-y ms:focus:outline-none ms:font-mono ms:focus:ring-0 ms:leading-normal ms:p-2 ms:text-sm", classes),
rows: rows,
data: {
action: "drop->marksmith#dropUpload paste->marksmith#pasteUpload",
Expand Down

0 comments on commit 9b2a471

Please sign in to comment.