summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/addon/hint/show-hint.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/addon/hint/show-hint.css')
-rw-r--r--public/vendor/codemirror/addon/hint/show-hint.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/vendor/codemirror/addon/hint/show-hint.css b/public/vendor/codemirror/addon/hint/show-hint.css
index 924e638f..453dee4b 100644
--- a/public/vendor/codemirror/addon/hint/show-hint.css
+++ b/public/vendor/codemirror/addon/hint/show-hint.css
@@ -16,6 +16,7 @@
background: white;
font-size: 90%;
font-family: monospace;
+ max-width: 19em;
max-height: 20em;
overflow-y: auto;
@@ -25,8 +26,6 @@
margin: 0;
padding: 0 4px;
border-radius: 2px;
- max-width: 19em;
- overflow: hidden;
white-space: pre;
color: black;
cursor: pointer;