flex advance mode columns to use available space

pull/22010/head
AlanBell 2022-12-03 22:39:48 +00:00 committed by GitHub
parent f77ed3a6b2
commit e008ebeef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2278,7 +2278,7 @@ $ui-header-height: 55px;
}
.column {
width: 350px;
min-width: 350px;
position: relative;
box-sizing: border-box;
display: flex;
@ -2331,7 +2331,7 @@ $ui-header-height: 55px;
.column,
.drawer {
flex: 0 0 auto;
flex: 0 0 100%;
padding: 10px;
padding-left: 5px;
padding-right: 5px;