-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style(geo): solve mobile issue with measure unit #1495
style(geo): solve mobile issue with measure unit #1495
Conversation
@@ -77,12 +77,12 @@ $slide-toggle-width: 60px; | |||
.radius { | |||
display: flex; | |||
flex-flow: column nowrap; | |||
width: 110%; | |||
width: 80%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Est-ce que ce serait mieux si on utilisait la balise flex pour faire prendre toute l'espace restante?
Par exemple:
.radius {
flex: 1;
}
Aussi, il faudrait valider spatial-filter.component
, on semble avoir la même problématique que dans cette composante
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intéressant, je dois l'essayer flex
... .
il faudrait valider spatial-filter.component
, ogc-filter
et tous les composants contiennent une liste de sélection
…into 1084-probleme-daffichage-lunite-de-mesure-sur-mobile
What is the current behavior? (You can also link to an open issue here)
this behavior related to #1084
What is the new behavior?
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications:
Other information: