chore(sqllab): Remove max-width on side panel (#21280)

This commit is contained in:
JUST.in DO IT 2022-08-31 17:23:47 -07:00 committed by GitHub
parent 4b221378cc
commit 5233a9027f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,6 @@ div.Workspace {
.schemaPane {
flex: 0 0 400px;
max-width: 400px;
transition: transform @timing-normal ease-in-out;
}