Skip to content
Commit 1e88f234 authored by Carl Schwan's avatar Carl Schwan Committed by backportbot[bot]
Browse files

Fix svg icons disapearing in app navigation when text overflows



The issue is caused by the icon being positionned with negative margins
and the `overflow: hidden` rule when hide the icon when the text
overflows. Remove positioning with negative margins. This was only
happening in Firefox.

This fix #23849

Signed-off-by: default avatarCarl Schwan <carl@carlschwan.eu>
parent 82cf1dd1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment