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

Fix the width of the pages with tables #5

Closed denvaar closed 8 years ago

denvaar commented 9 years ago

When I make my browser window narrow, the table on the vocabulary view page spills over the width of the page. I suggest fixing the width of the page to contain the table regardless of how narrow the browser gets. This also happens on my phone browser. Two options:

Fix the width of the page to contain the table Dynamically scale the table when the page gets narrow screenshot

horsburgh commented 8 years ago

@jcaraballo17 - this seems like a pretty simple styling issue that would be pretty quick to fix.

jcaraballo17 commented 8 years ago

Done.

horsburgh commented 8 years ago

This still appears to be an issue on the production server.

horsburgh commented 8 years ago

This seemed to be a problem last night, but now it is working. I'm going to close.