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:
@@ -65,4 +65,9 @@
|
||||
select {
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
/* overriding preflight since the apps were built assuming svgs are inline */
|
||||
svg {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user