Skip to content

Commit f4757af

Browse files
author
Marco
committed
latest
1 parent bf9fae1 commit f4757af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.editorWrapper {
1+
/* Allows the editor to shrink when page width decreases */
2+
.input {
23
width: 100%;
34
min-width: 0;
45
}

components/webui/client/src/pages/SearchPage/SearchControls/Presto/SqlQueryInput/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const SqlQueryInput = () => {
1717
}, []);
1818

1919
return (
20-
<div className={styles["editorWrapper"] || ""}>
20+
<div className={styles["input"] || ""}>
2121
<SqlEditor
2222
height={"150px"}
2323
onChange={handleChange}/>

0 commit comments

Comments
 (0)