1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Fix vertical alignment of expandable header chevron (#2652)

This commit is contained in:
Patrick H. Lauke
2022-05-07 18:42:20 +01:00
committed by GitHub
parent 5bd681a6dd
commit 5e0f8bd870
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
display: flex;
width: 100%;
box-sizing: border-box;
align-items: center;
@include themify($themes) {
color: themed("headingColor");

View File

@@ -40,6 +40,7 @@
display: flex;
width: 100%;
box-sizing: border-box;
align-items: center;
@include themify($themes) {
color: themed("headingColor");