fix(editor): Align all cell contents to the top in RunDataTable (no-changelog) (#3889)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
pebosi
2024-06-20 13:48:00 +02:00
committed by GitHub
parent c5ce21021c
commit 828649d7e7

View File

@@ -588,6 +588,7 @@ export default defineComponent({
border-left: var(--border-base);
overflow-wrap: break-word;
white-space: pre-wrap;
vertical-align: top;
}
td:first-child,