Bug #54692
nav left-to-right, suppression margin-top sur ul
Start date:
09 June 2021
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Toujours ce problème de margin appliqué par défaut par les browsers sur la ul de la nav.
En mode left-to-right elle décolle la nav en top.
Files
Associated revisions
History
Updated by Thomas Jund over 3 years ago
- File nav-with -margin.png nav-with -margin.png added
Illustration du problème
Updated by Thomas Jund over 3 years ago
- File nav-no -margin.png nav-no -margin.png added
- File 0001-css-remove-nav-ul-margin-top-on-left-to-right-mode-5.patch 0001-css-remove-nav-ul-margin-top-on-left-to-right-mode-5.patch added
- Status changed from Nouveau to Solution proposée
- Target version set to ticket facile
- Patch proposed changed from No to Yes
Un `margin-top: 0` est déjà appliqué en mode mode `top_to_bottom`. Je déplace simplement la proriétée pour l'appliquer aussi en `left-to-right`
Updated by Serghei Mihai over 3 years ago
- Status changed from Solution proposée to Solution validée
Updated by Thomas Jund over 3 years ago
- Status changed from Solution validée to Résolu (à déployer)
commit 0856dd9f197e9619b7c06cc34fe49e508faabdde Author: Thomas JUND <tjund@entrouvert.com> Date: Wed Jun 9 11:10:26 2021 +0200 css: remove nav ul margin-top on left-to-right mode (#54692)
Updated by Frédéric Péters over 3 years ago
- Status changed from Résolu (à déployer) to Solution déployée
css: remove nav ul margin-top on left-to-right mode (#54692)