From 44b77c7554639b5de31bb1d8d9ffadfe288df3ee Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 19 Oct 2020 06:34:11 -0700 Subject: [PATCH] Segmented Control should be the same height as Button --- src/components/Segment/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Segment/index.css b/src/components/Segment/index.css index 77b4673b..d697bbdf 100644 --- a/src/components/Segment/index.css +++ b/src/components/Segment/index.css @@ -25,7 +25,7 @@ text-align: center; white-space: nowrap; overflow: hidden; - padding: 8px 12px; + padding: 5px 12px; text-overflow: ellipsis; cursor: pointer; }