Update components.scss

limit the flexing of the drawer and columns, allow columns to go slightly thinner before scrolling
pull/22010/head
AlanBell 2022-12-04 10:40:40 +00:00 committed by GitHub
parent e008ebeef7
commit 8238f07ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2278,7 +2278,8 @@ $ui-header-height: 55px;
}
.column {
min-width: 350px;
min-width: 300px;
max-width: 550px;
position: relative;
box-sizing: border-box;
display: flex;
@ -2300,7 +2301,8 @@ $ui-header-height: 55px;
}
.drawer {
width: 300px;
min-width: 300px;
max-width: 400px;
box-sizing: border-box;
display: flex;
flex-direction: column;