Fixed dropdown menu width for de
This commit is contained in:
parent
6247deb27c
commit
b4caccaec8
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ tech-sub-sec h2 {
|
||||||
}
|
}
|
||||||
.dropdown-menu{
|
.dropdown-menu{
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
min-width: 130px;
|
min-width: 155px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue