We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af559eb commit 95fd92fCopy full SHA for 95fd92f
src/lib/components/common/jschema/PropertyDescription.svelte
@@ -14,6 +14,6 @@
14
<span class='ms-2'>
15
{#if description }
16
<a tabindex='0' role='button' data-bs-trigger='focus' class='bi bi-info-circle' data-bs-toggle='popover'
17
- data-bs-title='Argument description' data-bs-content={description}></a>
+ data-bs-content={description}></a>
18
{/if}
19
</span>
static/global.css
@@ -1,3 +1,7 @@
1
#json-schema > .properties-block > .property-block {
2
border-top: 1px solid #dee2e6;
3
}
4
+
5
+.popover {
6
+ max-width: 500px !important;
7
+}
0 commit comments