diff --git a/src/additional-components/Controls/style.css b/src/additional-components/Controls/style.css index eb70bfac..5250b43d 100644 --- a/src/additional-components/Controls/style.css +++ b/src/additional-components/Controls/style.css @@ -8,6 +8,7 @@ &-button { background: #fefefe; border-bottom: 1px solid #eee; + box-sizing: content-box; display: flex; justify-content: center; align-items: center; @@ -25,4 +26,4 @@ background: #f4f4f4; } } -} \ No newline at end of file +}