Skip to content
Snippets Groups Projects
Commit 97b99e4a authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Reduce the min-width of the drop down menu a bit

We don't want it to make the page scroll when the display is really small
parent 0dd4406c
Branches
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@ export class Auth extends ScopedElementsMixin(VPULitElement) {
.dropdown-menu {
display: none;
min-width: 8em;
min-width: 5em;
position: absolute;
z-index: 20;
border: solid 1px black;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment