fix table wrapping

This commit is contained in:
Mutasem 2022-04-07 18:41:59 +02:00
parent 646c055c9b
commit e583a983f6

View file

@ -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;
}
}