1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Update width of table code renderer cells

This commit is contained in:
Andrew Kingston 2022-02-21 16:03:40 +00:00
parent b93546e958
commit ef66c5f2d0

View file

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