Skip to content

Commit

Permalink
Applies min-with to main query CTA to comply with multi-languages
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Baeta <[email protected]>
  • Loading branch information
ricardobaeta committed Jul 5, 2019
1 parent 30fb5e7 commit 40f95cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcd/superset/assets/stylesheets/less/custom-brand.less
Original file line number Diff line number Diff line change
Expand Up @@ -568,15 +568,15 @@ h4.panel-title {
font-size: 14px !important;
border-radius: 0.2rem;
border: none;
width: 124px;
min-width: 124px;

i {
display: none;
}
}

.sql-toolbar .form-inline .btn.btn-sm.btn-warning {
width: 191px;
min-width: 191px;
}

.sql-toolbar .form-inline .btn.btn-sm.btn-primary:hover,
Expand Down

0 comments on commit 40f95cc

Please sign in to comment.