jsketcher/modules/ui/components/controls/ButtonGroup.less
2018-07-03 21:30:11 -07:00

8 lines
93 B
Text

.root {
display: flex;
justify-content: flex-end;
& > * {
margin-left: 5px;
}
}