Wider dropdown on new post screen

master
Bob Mottram 2019-09-04 13:07:16 +01:00
parent 94b6138a5a
commit cb3707b180
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ input[type=submit]:hover {
display: none; display: none;
position: absolute; position: absolute;
background-color: var(--dropdown-bg-color); background-color: var(--dropdown-bg-color);
min-width: 400px; min-width: 500px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1; z-index: 1;
} }