Change width of columns in advanced web UI (#31762)

pull/2836/head
Eugen Rochko 2024-09-05 16:57:53 +02:00 committed by GitHub
parent 850478dc14
commit bc435c63bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2789,7 +2789,7 @@ $ui-header-logo-wordmark-width: 99px;
}
.column {
width: 350px;
width: 400px;
position: relative;
box-sizing: border-box;
display: flex;
@ -2822,7 +2822,7 @@ $ui-header-logo-wordmark-width: 99px;
}
.drawer {
width: 300px;
width: 350px;
box-sizing: border-box;
display: flex;
flex-direction: column;