jsketcher/modules/ui/components/controls/ButtonGroup.less
2020-03-09 23:46:16 -07:00

8 lines
111 B
Text

.root {
display: flex;
justify-content: flex-end;
& > *:not(:first-child) {
margin-left: 5px;
}
}