File size: 241 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.component-button-panel {
background-color: #858694;
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex: 1 0 auto;
}
.component-button-panel > div {
width: 100%;
margin-bottom: 1px;
flex: 1 0 auto;
display: flex;
}
|