ODM2 / ODM2ControlledVocabularies

A Python/Django web application and REST API for managing the ODM2 Controlled Vocabularies, with SKOS and community moderation features.
http://vocabulary.odm2.org
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Versioning terms with long definitions leads to overlapped footer #84

Closed horsburgh closed 5 months ago

horsburgh commented 6 months ago

When a term is versioned, a message is added to the bottom of the page with the old definition. When that definition is longer, it causes the footer of the page to be incorrectly formatted. I suggest that we do the following to fix this:

  1. Remove the previous definition from the message. It is enough to state that there is an older version of the term with the link to the old version.
  2. Make sure the footer is adequately styled so that it does not matter whether there is a previous version availble.
image
pkdash commented 5 months ago

@horsburgh I have deployed this fix to sandbox. See the formatting for this term: http://vocabularysandbox.odm2.org/sitetype/aggregateGroundwaterUse/ and let me know if that works. I can then deploy to prod.