Skip to content

Commit

Permalink
refactor(style): increase ace editor autocomplete width (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai authored Oct 15, 2020
1 parent b2ed909 commit 084d0c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
@import "../standalone/styles/main.less";
@import (less) "../../node_modules/react-dd-menu/dist/react-dd-menu.css";
}

// ace editor override
div.ace_editor.ace_autocomplete {
width: 50%;
}

0 comments on commit 084d0c1

Please sign in to comment.