Make SEO info, header/footer text, and some other fields full width #2516

This commit is contained in:
Kijin Sung 2025-03-09 20:06:28 +09:00
parent f980ea58c6
commit 3aa0d38a67
9 changed files with 31 additions and 30 deletions

View file

@ -69,7 +69,7 @@
<div class="x_control-group">
<label class="x_control-label" for="debug_log_filename">{$lang->debug_log_filename}</label>
<div class="x_controls">
<input type="text" name="debug_log_filename" id="debug_log_filename" value="{$debug_log_filename}" style="min-width: 80%" />
<input type="text" name="debug_log_filename" id="debug_log_filename" value="{$debug_log_filename}" class="x_full-width" />
<p class="x_help-block">{$lang->about_debug_log_filename}</p>
</div>
</div>