Segmented Control should be the same height as Button

This commit is contained in:
Justin Edmund 2020-10-19 06:34:11 -07:00
parent cb4e072f4c
commit 44b77c7554

View file

@ -25,7 +25,7 @@
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
padding: 8px 12px; padding: 5px 12px;
text-overflow: ellipsis; text-overflow: ellipsis;
cursor: pointer; cursor: pointer;
} }