Skip to content

Commit

Permalink
feat: support vertical Rules inside of ButtonGroup, related to #455
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Jan 22, 2020
1 parent ed00cbe commit ea7b85f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/buttongroup/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ea7b85f

Please sign in to comment.