diff --git a/packages/system/src/styles/style.css b/packages/system/src/styles/style.css index cb6f2b7c..5e767630 100644 --- a/packages/system/src/styles/style.css +++ b/packages/system/src/styles/style.css @@ -158,4 +158,8 @@ &-button:last-child { border-bottom: none; } + + &.horizontal &-button { + border-bottom: none; + } }