Html – Stop flexbox from altering child dimensions in any way
I have the following markup on my page: <h1 id="some-fragment"> <a href="#some-fragment" class="fragment-link"> <svg height="16" width="16" viewbox="0 0 24 24" fill="none" stroke="#000" stroke-width="2"> <path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5…