omeka-s-themes / thedaily

GNU General Public License v3.0
4 stars 10 forks source link

Test metadata display #42

Closed kimisgold closed 2 years ago

kimisgold commented 2 years ago

The Daily's metadata property and value and alignment were previously wrapping to new lines poorly and spaced too closely together without a margin. I've revised the styles to use flexbox.

Test that the property labels and values use a two column layout on desktop, multiple values wrap to a new line with a divider in the second column. There should be a margin between the property label and the first value. On mobile widths, the labels and values should sit together in a single column layout.

This should be tested in Chrome, Firefox, Safari, and Edge for desktop resolutions, and Safari for iOS on mobile.

katknow commented 2 years ago

This looks good to me! Tested on Chrome, Firefox, Safari, Edge and mobile Safari.