Skip to content

fix(ui): improve alignment of tabs

Ben Whitmore requested to merge tabs-tweak-20230505 into main

I noticed a misalignment of the inactive tabs, which are overlapping the container below by 2 pixels:

image

This was inadvertently introduced as part of !792 (merged). Fixed, it looks like this:

image

or with wrapping text:

image

Merge request reports