Skip to content
Snippets Groups Projects
Commit 7d1d7fd6 authored by Arkerthan's avatar Arkerthan
Browse files

Fix dropdown menu not same height as buttons

parent 50ed741a
No related branches found
No related tags found
1 merge request!12216Styling changes
...@@ -41,3 +41,8 @@ hr { ...@@ -41,3 +41,8 @@ hr {
.passage button:hover { .passage button:hover {
background-color: var(--button-hover-color); background-color: var(--button-hover-color);
} }
select {
padding-top: 0.4em;
padding-bottom: 0.4em;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment