CoastalCommitsPastes/client/app/components/button-group/button-group.module.css

13 lines
229 B
CSS
Raw Normal View History

.button-group {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
}
.button-group > * {
flex: 1 1 auto;
margin: 0;
}