fix: remove container max-width and stop stretching inputs on settings page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
html, body { overflow: visible; }
|
html, body { overflow: visible; }
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 960px;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { color: #333; margin-bottom: 5px; margin-top: 15px; font-size: 1.5em; }
|
h1 { color: #333; margin-bottom: 5px; margin-top: 15px; font-size: 1.5em; }
|
||||||
@@ -298,8 +298,6 @@
|
|||||||
|
|
||||||
/* ---- Editable inputs ---- */
|
/* ---- Editable inputs ---- */
|
||||||
.field-input {
|
.field-input {
|
||||||
width: 100%;
|
|
||||||
max-width: 360px;
|
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px 8px;
|
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 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 td { padding: 6px 10px; border-bottom: 1px solid #f0f0f0; vertical-align: top; }
|
||||||
.crud-table tbody tr:last-child td { border-bottom: none; }
|
.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 ---- */
|
/* ---- Rollback modal ---- */
|
||||||
.modal-overlay {
|
.modal-overlay {
|
||||||
|
|||||||
Reference in New Issue
Block a user