mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix table wrapping
This commit is contained in:
parent
646c055c9b
commit
e583a983f6
|
@ -897,6 +897,9 @@ export default mixins(
|
|||
td {
|
||||
padding: var(--spacing-2xs);
|
||||
border: var(--border-base);
|
||||
overflow-wrap: break-word;
|
||||
max-width: 300px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue