fix: InfoBox Breite passt sich dem Inhalt an (auto, 280-600px)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -443,8 +443,8 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
|
||||
left: 254px !important;
|
||||
right: auto !important;
|
||||
transform: none !important;
|
||||
max-width: 520px !important;
|
||||
width: 520px !important;
|
||||
max-width: 600px !important;
|
||||
width: auto !important; min-width: 280px !important;
|
||||
max-height: 70vh !important;
|
||||
z-index: 150 !important;
|
||||
}
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren