1 2 3 4 5 6 7 8
<!DOCTYPE html> <div style="display: flex; flex-direction: column; min-height: 2em; width: 4ch"> <div style="display: flex; flex-wrap: wrap; max-width: 1ch"> <div>test</div> <div style="width: 100%; display: inline-block; height: 2em; background: red"> test </div> </div>