1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-25222] Fix svg alignment issues caused by new preflight defaults (#16181)

This commit is contained in:
Vicki League
2025-08-27 12:40:16 -04:00
committed by GitHub
parent 5f7c0ae999
commit 38f62a0149

View File

@@ -65,4 +65,9 @@
select {
appearance: none;
}
/* overriding preflight since the apps were built assuming svgs are inline */
svg {
display: inline;
}
}