FIXED : aligner les éléments du menu des outils sur la gauche
This commit is contained in:
parent
62ba603891
commit
6394182511
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ I am french, I speak french better than english, so I write in french to be sure
|
|||
- Display of a title in the menu (sidebar) in mobile mode
|
||||
### Fixed
|
||||
- The login menu remains accessible even when scrolling (sticky)
|
||||
- Items on tool's menu aligned on the left.
|
||||
|
||||
### FR
|
||||
#### Added
|
||||
|
@ -25,6 +26,7 @@ I am french, I speak french better than english, so I write in french to be sure
|
|||
- Affichage d'un titre au menu (sidebar) en mode mobile
|
||||
### Fixed
|
||||
- Le menu de connexion reste accessible même en scrollant (sticky)
|
||||
- Éléments du menu des outils alignés à gauche.
|
||||
|
||||
|
||||
## [2.1.2] - 2020-10-06
|
||||
|
|
|
@ -39,6 +39,7 @@ So, navbar too, and breadcrumbs.
|
|||
li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
}
|
||||
li a {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue