Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jan 13, 2021
1 parent fcf009e commit c108f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset-frontend/src/SqlLab/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ div.tablePopover {
border: 1px solid @gray-light;
font-feature-settings: @font-feature-settings;
// Fire Code causes problem with Ace under Firefox
font-family: 'Menlo', 'Courier New', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
font-family: 'Menlo', 'Courier New', 'Ubuntu Mono', 'Consolas',
'source-code-pro', monospace;

&.ace_autocomplete {
// Use !important because Ace Editor applies extra CSS at the last second
Expand Down

0 comments on commit c108f31

Please sign in to comment.