From ea7b85f07be83f7fa33b14e437980c1e7d840583 Mon Sep 17 00:00:00 2001 From: Larry Davis Date: Mon, 13 Jan 2020 16:36:51 -0800 Subject: [PATCH] feat: support vertical Rules inside of ButtonGroup, related to #455 --- components/buttongroup/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/buttongroup/index.css b/components/buttongroup/index.css index 32948698ef1..bde33bebc20 100644 --- a/components/buttongroup/index.css +++ b/components/buttongroup/index.css @@ -23,6 +23,11 @@ governing permissions and limitations under the License. flex-shrink: 0; } + > .spectrum-Rule--vertical { + height: auto; + align-self: stretch; + } + .spectrum-Button + .spectrum-Button { margin-left: var(--spectrum-buttongroup-button-gap-x); }