mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
function description formatting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user