以下のような(クライアントデータベースからのものであるため)変更できないhtmlがあります。ご覧のとおり、タグでラップされておらず、div を選択できません。これは、sub_header (存在する場合) の下にあるものだけを white-space:pre-line; でターゲットにしたいためです。
<span class="sub_header">Example:</span>
<br/>
Some text
That I need to wrap with white-space:pre-line;
As it displays on one line in html
all the way done to the div
</div>
これは可能ですか?