menu dropdown text problem fixed

This commit is contained in:
batuhanbas
2020-01-10 14:50:22 +03:00
parent e418ecfa7e
commit 39715dce45
2 changed files with 9 additions and 2 deletions

View File

@@ -229,8 +229,15 @@ button:focus
.menu-dropdown
{
position: absolute !important;
left: 1.5rem;
left: 1.2rem;
}
.menu-dropdown-width
{
min-width: 13rem !important;
}
/*--------Left Menu Dropdown Finish--------*/