Skip to content
Extraits de code Groupes Projets
Valider 2883ed9d rédigé par Thomas ZILLIOX's avatar Thomas ZILLIOX
Parcourir les fichiers

Prevent the site selector to push the content bellow

parent 924405d1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
position: absolute; position: absolute;
font-size: 12px; font-size: 12px;
display: inline-block; display: inline-block;
max-height: 30px; /* Hack to not push the dashboard widget bellow */ height: 30px; /* Hack to not push the dashboard widget bellow */
} }
.top_bar_sites_selector { .top_bar_sites_selector {
...@@ -145,6 +145,9 @@ ...@@ -145,6 +145,9 @@
.custom_select_block_show { .custom_select_block_show {
height: auto; height: auto;
overflow: visible; overflow: visible;
}
.sites_selector_container {
padding-top: 5px; padding-top: 5px;
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter