category, status, and priority are editable on tickets.
This commit is contained in:
@@ -1164,8 +1164,8 @@ input[type="checkbox"]:checked {
|
||||
|
||||
/* ===== COLLAPSIBLE ASCII BANNER ===== */
|
||||
.ascii-banner-wrapper {
|
||||
max-width: 1600px;
|
||||
margin: 0 auto 1rem auto;
|
||||
max-width: 100%;
|
||||
margin: 0 1rem 1rem 1rem;
|
||||
border: 2px solid var(--terminal-green);
|
||||
background: var(--bg-secondary);
|
||||
}
|
||||
@@ -1348,7 +1348,7 @@ input[type="checkbox"]:checked {
|
||||
.dashboard-layout {
|
||||
display: flex;
|
||||
gap: 1.5rem;
|
||||
max-width: 1600px;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user