Skip to content

Wdfn 689 change in styling of retrieve data

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json, versionNumber and metadataLastUpdated.

Description WDFN-689 (Add on)

Fixes issue where the download text was inheriting a 'flex' style which was overwriting the 'hidden' property. I added back a div that I removed to clean up the code. The div acts as a container which doesn't inherit the suspect flex property. I tried to fix the inheritance in a way that didn't require an extra div, but didn't have success.

I also added bit of additional style that had been present in earlier released versions of waterdataui, but had been lost.

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial

Merge request reports