Apply monospace font to header/footer script textarea for better readability

This commit is contained in:
Kijin Sung 2025-06-28 10:52:42 +09:00
parent f047e57521
commit e05e39a32f
8 changed files with 17 additions and 16 deletions

View file

@ -45,7 +45,7 @@
<div class="x_control-group">
<label class="x_control-label" for="header_script">{$lang->header_script}</label>
<div class="x_controls">
<textarea name="header_script" id="header_script" rows="4" cols="42" class="x_full-width">{$selected_layout->header_script}</textarea>
<textarea name="header_script" id="header_script" rows="4" cols="42" class="x_full-width x_code-font">{$selected_layout->header_script}</textarea>
<span class="x_help-block">{$lang->about_header_script}</span>
</div>
</div>