Fix overflow on catalog items

This commit is contained in:
Thomas G 2022-10-15 01:26:01 +11:00
parent efba785a4e
commit eac2b3eb00
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
.catalogitemimage { .catalogitemimage {
width: 126px; width: 126px;
padding: 5px; padding: 5px;
overflow-wrap: break-word;
} }
.arkoticon_small { .arkoticon_small {