Skip to content

Commit

Permalink
Bigger textarea for query description (getredash#6518)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathvulture authored and harveyrendell committed Jan 8, 2025
1 parent 019ddf9 commit 9f5c070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/app/assets/less/redash/query.less
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ body.fixed-layout {
}

.editor__left__schema {
min-height: 120px;
flex-grow: 1;
display: flex;
flex-direction: column;
Expand Down
3 changes: 2 additions & 1 deletion client/app/pages/queries/QuerySource.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@

&.active {
overflow: visible;
max-height: unset !important;
.ant-input {
resize: vertical;
max-height: 150px - 15px * 2;
height: 30vh;
}
}
}
Expand Down

0 comments on commit 9f5c070

Please sign in to comment.