CoastalCommitsPastes/client/app/components/button-group/button-group.module.css
2022-11-15 22:52:25 -08:00

13 lines
No EOL
229 B
CSS

.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;
}