-
adriann
The menu down arrow is aligned to the top of the text and I would like it to be vertically center aligned.
Example in the Private Information field.
-
adriann
Also, is it possible to have it displayed thinner? Thanks.
-
David
Hi there,
try adding this CSS:
.dropdown-menu-toggle svg { stroke: #000; stroke-width: 1em; } .dropdown-menu-toggle { position: relative; bottom: -2px; }
-
David
Hi there,
try adding this CSS:
.dropdown-menu-toggle svg { stroke: #000; stroke-width: 1em; } .dropdown-menu-toggle { position: relative; bottom: -2px; }
-
adriann
Thank you.
-
David
You’re welcome
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.