Fix overflow on catalog items
This commit is contained in:
parent
efba785a4e
commit
eac2b3eb00
|
|
@ -40,6 +40,7 @@
|
|||
.catalogitemimage {
|
||||
width: 126px;
|
||||
padding: 5px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.arkoticon_small {
|
||||
|
|
|
|||
Loading…
Reference in New Issue