Skip to content
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

Merged
merged 5 commits into from
Nov 14, 2023

Conversation

aziz-access
Copy link
Contributor

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")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications:

Other information:

@aziz-access aziz-access self-assigned this Nov 10, 2023
@aziz-access aziz-access added the bug Incorrect or unexpected behaviors // Anomalies de fonctionnement label Nov 10, 2023
@@ -77,12 +77,12 @@ $slide-toggle-width: 60px;
.radius {
display: flex;
flex-flow: column nowrap;
width: 110%;
width: 80%;
Copy link
Collaborator

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

Copy link
Contributor Author

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

@aziz-access aziz-access changed the title style(geo): solve mobile issue with measure unit in draw tool style(geo): solve mobile issue with measure unit Nov 13, 2023
@alecarn alecarn merged commit ce3e4cb into next Nov 14, 2023
4 checks passed
@alecarn alecarn deleted the 1084-probleme-daffichage-lunite-de-mesure-sur-mobile branch November 14, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behaviors // Anomalies de fonctionnement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

problème d'affichage de l'unité de mesure sur mobile
2 participants