diff --git a/hbd/server/templates/settings.html b/hbd/server/templates/settings.html
index 49e0d28..3771941 100644
--- a/hbd/server/templates/settings.html
+++ b/hbd/server/templates/settings.html
@@ -6,7 +6,7 @@
html, body { overflow: visible; }
.container {
- max-width: 960px;
+ max-width: none;
}
h1 { color: #333; margin-bottom: 5px; margin-top: 15px; font-size: 1.5em; }
@@ -298,8 +298,6 @@
/* ---- Editable inputs ---- */
.field-input {
- width: 100%;
- max-width: 360px;
border: 1px solid #ccc;
border-radius: 4px;
padding: 4px 8px;
@@ -367,7 +365,7 @@
.crud-table th { background: #f5f5f5; padding: 6px 10px; text-align: left; font-weight: 600; color: #555; font-size: .78em; text-transform: uppercase; letter-spacing: .03em; border-bottom: 1px solid #e0e0e0; }
.crud-table td { padding: 6px 10px; border-bottom: 1px solid #f0f0f0; vertical-align: top; }
.crud-table tbody tr:last-child td { border-bottom: none; }
- .crud-table .field-input { max-width: none; }
+ .crud-table .field-input { width: 100%; }
/* ---- Rollback modal ---- */
.modal-overlay {