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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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");