Skip to content

Commit bd6f30a

Browse files
authored
Remove heading margin in node type settings (#1230)
1 parent bc07cbf commit bd6f30a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/obsidian/src/components/NodeTypeSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ const NodeTypeSettings = () => {
11921192
ref={(el) => (el && setIcon(el, "arrow-left")) || undefined}
11931193
/>
11941194
</button>
1195-
<h3 className="dg-h3">
1195+
<h3 className="dg-h3 !mb-0">
11961196
{isEditingImported
11971197
? `[Read only] Imported from ${getAndFormatImportSource(editingNodeType.importedFromRid || "", plugin.settings.spaceNames)}`
11981198
: "Edit node type"}

0 commit comments

Comments
 (0)