[DE PE SSE] Fix width of plugin buttons, fix translation

This commit is contained in:
JuliaSvinareva 2022-09-23 21:25:40 +03:00
parent f48fb32eac
commit 91dc833ec8
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@
.x-huge.icon-top { .x-huge.icon-top {
.caption { .caption {
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 85px; max-width: 160px;
} }
} }