diff --git a/CHANGELOG.md b/CHANGELOG.md index d534f2b..e761cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/css/tools.less b/css/tools.less index 0c37755..129171f 100644 --- a/css/tools.less +++ b/css/tools.less @@ -39,6 +39,7 @@ So, navbar too, and breadcrumbs. li { list-style: none; margin: 0; + display: flex; } li a { display: flex;