feat(backend-log): set to full content width

This commit is contained in:
Elian Doran 2024-11-25 20:34:05 +02:00
parent c763c090be
commit a7722e6bca
No known key found for this signature in database

View File

@ -103,7 +103,8 @@ const HIDDEN_SUBTREE_DEFINITION: Item = {
type: 'contentWidget',
icon: 'bx-terminal',
attributes: [
{ type: 'label', name: 'keepCurrentHoisting' }
{ type: 'label', name: 'keepCurrentHoisting' },
{ type: 'label', name: 'fullContentWidth' }
]
},
{