[common] button ellipsed '+' char

This commit is contained in:
Maxim Kadushkin 2020-11-07 00:10:26 +03:00
parent 045cf5654b
commit 61999b2037

View file

@ -20,3 +20,9 @@
}
}
}
.segmented {
.decrement, .increment {
text-overflow: clip;
}
}