|
@@ -89,7 +89,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-input[type="text"].tight-form-func-param {
|
|
|
|
|
|
|
+input[type='text'].tight-form-func-param {
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
border: none;
|
|
border: none;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -129,7 +129,7 @@ input[type="text"].tight-form-func-param {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-input[type="text"].tight-form-func-param {
|
|
|
|
|
|
|
+input[type='text'].tight-form-func-param {
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
border: none;
|
|
border: none;
|
|
@@ -177,3 +177,34 @@ input[type="text"].tight-form-func-param {
|
|
|
.query-troubleshooter__body {
|
|
.query-troubleshooter__body {
|
|
|
padding: $spacer 0;
|
|
padding: $spacer 0;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+.rst-text::before {
|
|
|
|
|
+ content: ' ';
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.rst-unknown.rst-directive {
|
|
|
|
|
+ font-family: monospace;
|
|
|
|
|
+ margin-bottom: 1rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.rst-interpreted_text {
|
|
|
|
|
+ font-family: monospace;
|
|
|
|
|
+ display: inline;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.rst-bullet-list {
|
|
|
|
|
+ padding-left: 1.5rem;
|
|
|
|
|
+ margin-bottom: 1rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.rst-paragraph:last-child {
|
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.drop-element.drop-popover.drop-function-def .drop-content {
|
|
|
|
|
+ max-width: 30rem;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.rst-literal-block .rst-text {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|