mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53: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 {
|
select {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* overriding preflight since the apps were built assuming svgs are inline */
|
||||||
|
svg {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user