correction alignement gauche item menu
This commit is contained in:
parent
98378146cb
commit
eb8f1abff9
2 changed files with 5 additions and 0 deletions
|
@ -198,6 +198,8 @@ body{
|
||||||
}
|
}
|
||||||
.dropdown-menu{
|
.dropdown-menu{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.dropdown-item{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12093,6 +12093,9 @@ body {
|
||||||
#menu-principal .dropdown-menu {
|
#menu-principal .dropdown-menu {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
#menu-principal .dropdown-item {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#liste-deroulante ul {
|
#liste-deroulante ul {
|
||||||
|
|
Loading…
Add table
Reference in a new issue