function description formatting

This commit is contained in:
Dan Cech
2017-12-28 16:14:39 -05:00
parent 4d3bac0284
commit 3ddb65fc8b
3 changed files with 45 additions and 4 deletions

View File

@@ -89,7 +89,7 @@
}
}
input[type="text"].tight-form-func-param {
input[type='text'].tight-form-func-param {
background: transparent;
border: none;
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;
background: transparent;
border: none;
@@ -177,3 +177,34 @@ input[type="text"].tight-form-func-param {
.query-troubleshooter__body {
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;
}