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

Overlapping <thead> in results table at the sparql endpoint (https://dev.databus.dbpedia.org/sparql) #181

Open
JonathanJustavino opened this issue Jun 20, 2024 · 0 comments
Labels
bug Something isn't working User Interface

Comments

@JonathanJustavino
Copy link

JonathanJustavino commented Jun 20, 2024

Margin/Padding incorrect.
If a query variable of a sparql query is longer than its corresponding results,
then the <thead> is overlapping with the next <thead> of the next query variable.

Example Query:

SELECT DISTINCT ?distributionURL ?veryLongQueryVariable ?downloadURL  WHERE {
  ?hasVersion dct:hasVersion ?veryLongQueryVariable .
  ?hasVersion dcat:distribution ?distributionURL .
  ?distributionURL dcat:downloadURL ?downloadURL .
  FILTER(CONTAINS(str(?hasVersion), "RIL"))
}

thead-bug

@JonathanJustavino JonathanJustavino added bug Something isn't working User Interface labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working User Interface
Projects
None yet
Development

No branches or pull requests

1 participant