Fix vertical alignment of expandable header chevron (#2652)
This commit is contained in:
parent
5bd681a6dd
commit
5e0f8bd870
|
@ -26,6 +26,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("headingColor");
|
color: themed("headingColor");
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("headingColor");
|
color: themed("headingColor");
|
||||||
|
|
Loading…
Reference in New Issue