This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch hugh/feat-sql-toolbar-r2
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/hugh/feat-sql-toolbar-r2 by
this push:
new 30f8994 stop cut off on run selection
30f8994 is described below
commit 30f89943520c65ece99f83a166b116c0675612cf
Author: hughhhh <[email protected]>
AuthorDate: Tue Jan 5 15:23:33 2021 -0500
stop cut off on run selection
---
superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
b/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
index d41268c..16166c5 100644
--- a/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
+++ b/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx
@@ -68,6 +68,7 @@ const onClick = (
const StyledButton = styled.span`
button {
+ width: 120px;
line-height: 13px;
&:last-of-type {
margin-right: ${({ theme }) => theme.gridUnit * 2}px;