body { display: flex; } .flexRow { display: flex; flex-direction: row; } div { border: solid 1px red; } .indicator { margin-right: 5rem; }