[SSE] Fix search

This commit is contained in:
JuliaSvinareva 2022-05-13 20:53:11 +03:00
parent 748ea8a7a1
commit 1e0e6b95d3

View file

@ -703,6 +703,9 @@
padding-left: 4px; padding-left: 4px;
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&:last-child { &:last-child {
width: 36%; width: 36%;
} }