1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

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

View file

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