1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

[Icons] Fix button icon/text margins (#1443)

This commit is contained in:
Vincent Salucci
2022-02-04 13:49:44 -06:00
committed by GitHub
parent e975056c21
commit 5105633fa4
5 changed files with 9 additions and 5 deletions

View File

@@ -292,3 +292,7 @@ code {
color: themed("textMuted") !important;
}
}
button i.bwi {
margin-right: 0.25rem;
}