Update width of table code renderer cells
This commit is contained in:
parent
988afc2dac
commit
ebae07ac7e
|
@ -9,6 +9,6 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: 200px;
|
||||
max-width: var(--max-cell-width);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue