chore: cleanup

This commit is contained in:
Adam
2026-02-18 14:22:56 -06:00
parent d2d5f3c04b
commit 38f7071da9

View File

@@ -104,7 +104,8 @@ const unsafeCSS = `
} }
[data-diff-header], [data-diff-header],
[data-diff] { [data-diff],
[data-file] {
[data-separator] { [data-separator] {
height: 24px; height: 24px;
} }
@@ -122,6 +123,7 @@ const unsafeCSS = `
} }
[data-code] { [data-code] {
overflow-x: auto !important; overflow-x: auto !important;
overflow-y: hidden !important;
} }
}` }`