Skip to content

Commit

Permalink
Bigger textarea for query description (#6518)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathvulture authored Oct 13, 2023
1 parent abbd4d3 commit eafe30d
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 eafe30d

Please sign in to comment.