Update width of table code renderer cells

This commit is contained in:
Andrew Kingston 2022-02-21 16:03:40 +00:00
parent 988afc2dac
commit ebae07ac7e
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
max-width: 200px; max-width: var(--max-cell-width);
} }
</style> </style>