OpenSourcePolitics / decidim

Fork of Decidim
http://www.decidim.org
GNU Affero General Public License v3.0
20 stars 4 forks source link

Search bar is not centered on https://participation.lillemetropole.fr/ #156

Closed juliesimon closed 6 years ago

juliesimon commented 6 years ago

Here on the MEL(https://participation.lillemetropole.fr/) you can see that the search bar is not centered on the top navbar when it is centered on the other platforms.

What went wrong ? Thanks !

MEL: capture d ecran 2018-08-01 a 17 25 53

Demo: capture d ecran 2018-08-01 a 17 28 22

armandfardeau commented 6 years ago

There is a missing class on input field.

image

image

The missing class :

.m-none {
    margin: 0;
}