Flex Container cutting of item, which increases height on focus using outline
I am using following scss:
to have a row of buttons.
Working good. However in case of focus the single buttons size increases by a few pixels and it looks like parent flex container .form-buttons does not adapt the height and outline is cut of at the bottom due to that.