mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
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:
parent
c5ce21021c
commit
828649d7e7
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue