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{
|
||||
margin-top: 0;
|
||||
}
|
||||
.dropdown-item{
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12093,6 +12093,9 @@ body {
|
|||
#menu-principal .dropdown-menu {
|
||||
margin-top: 0;
|
||||
}
|
||||
#menu-principal .dropdown-item {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
#liste-deroulante ul {
|
||||
|
|
Loading…
Add table
Reference in a new issue