17117 fix vertical align

This commit is contained in:
Arthur Hanson 2024-08-26 08:58:32 -07:00
parent b3a31a14db
commit cb8d7598a5
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -49,6 +49,7 @@ pre code {
padding: unset;
}
.dropdown-toggle:after{
font-family: "Material Design Icons";
content: '\F0140';
@ -57,4 +58,5 @@ pre code {
border-left: none;
transform: none;
vertical-align: .05em;
height: auto;
}