Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix css
  • Loading branch information
kasperpeulen committed Oct 29, 2025
commit b361d37973698c7f3f3146832f0f7ecfc3200b3c
2 changes: 1 addition & 1 deletion code/core/src/core-server/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function renderManifestComponentsPage(manifest: ComponentsManifest) {
.panels{display:grid;gap:10px}
.panel{display:none}
.tg-err:checked ~ .panels .panel-err{display:grid}
.tg-warn:checked ~ .panels .panel-warn{display:grid}
.tg-warn:checked ~ .panels .panel-warn{display:grid; gap: 8px}
.tg-ex:checked ~ .panels .panel-ex{display:grid}

/* Colored notes for component error + warnings */
Expand Down
Loading