#groupsList { display: flex; flex-direction: column; } #groupsList>ldp-display { display: flex; flex-direction: row; } #groupsList ul { display: inline-flex; } #groupsList>ldp-display .title { font-family: } /* TEST */ #groupsList>ldp-display { border: 1px dashed royalblue; } #groupsList ul { border: 3px solid green; } #groupsList .title { border: 3px solid blueviolet; }