Код: Выделить всё
.a {
display: inline;
padding: 4px;
}
.b {
display: inline-block;
/* display: inline; */
width: 100%;
border-bottom: 1px dashed green;
}< /code>
Element A :
Element B Подробнее здесь: https://stackoverflow.com/questions/535 ... ut-flexbox