siren-js / api-browser

Siren API browser that uses Siren.js
https://siren-js.github.io/api-browser/
MIT License
2 stars 0 forks source link

Misaligned Property Names and Values #5

Closed dillonredding closed 3 years ago

dillonredding commented 3 years ago

Properties with an empty string value may cause misalignment.

For example, if an API serves up these properties:

{
  "foo": "bar",
  "bar": "",
  "baz": 42
}

This is displayed:

image

This is caused by displaying names and values in independent columns.