1
0
mirror of https://github.com/nxshock/gron.git synced 2024-11-27 03:41:00 +05:00

Fix dropdown display

This commit is contained in:
nxshock 2023-02-24 22:41:51 +05:00
parent 9186678563
commit 629268a22d

View File

@ -159,7 +159,7 @@ pre {
.dropdown { .dropdown {
position: relative; position: relative;
display: inline-block; display: block;
float: right; float: right;
} }