div {
display: flex;
padding: 1rem;
border-radius: 4px;
justify-content: space-between;
margin-bottom: .8rem;
background-color: #F2F2F2;
min-height: 51px;
border: 1px dashed #DFDFDF;
}
<div>
</div>
div {
display: flex;
padding: 1rem;
border-radius: 4px;
justify-content: space-between;
margin-bottom: .8rem;
background-color: #F2F2F2;
min-height: 51px;
border: 1px dashed #DFDFDF;
}
<div>
</div>