mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user