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