Skip to content

Commit 95fd92f

Browse files
committed
Increase popover max width and drop popover title
1 parent af559eb commit 95fd92f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/lib/components/common/jschema/PropertyDescription.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<span class='ms-2'>
1515
{#if description }
1616
<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>
17+
data-bs-content={description}></a>
1818
{/if}
1919
</span>

static/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#json-schema > .properties-block > .property-block {
22
border-top: 1px solid #dee2e6;
33
}
4+
5+
.popover {
6+
max-width: 500px !important;
7+
}

0 commit comments

Comments
 (0)