[fix](trx-frontend-http): remove max-width constraint from settings panel
The scheduler/settings panel had a max-width: 900px that made it narrower than the statistics panel which has no such constraint. https://claude.ai/code/session_0151QL4vHke3z31jJKAtP1b1 Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4385,7 +4385,6 @@ button:focus-visible, input:focus-visible, select:focus-visible {
|
|||||||
========================================================================= */
|
========================================================================= */
|
||||||
.sch-panel {
|
.sch-panel {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
max-width: 900px;
|
|
||||||
}
|
}
|
||||||
.sch-toast {
|
.sch-toast {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user