.message { display: flex; flex-direction: row; margin-bottom: 2em; } .message .picture-preview { flex-grow: 0; } .picture-preview > * { height: 200px; width: 200px; object-fit: cover; background-color: lightgray; border-radius: 5px; } .message .content-block { flex-grow: 1; margin-left: 1em; }