fix(editor): Improve text wrapping in schema view (#9888)

This commit is contained in:
Elias Meire
2024-07-01 11:03:04 +02:00
committed by GitHub
parent e613de28ca
commit dc1c5fce8a
4 changed files with 1215 additions and 1096 deletions

View File

@@ -418,6 +418,7 @@ watch(
.schema {
display: grid;
padding-right: var(--spacing-s);
grid-template-rows: 1fr;
&.animated {