Skip to content

Commit 42c2617

Browse files
committed
src/app/item-page: set max-width to 75 characters
Set max-width of item-page-field components to 75 characters. This is in line with some best practices regarding readability, though may need to be adjusted in the future. See the following recommendations: - 50 to 75 characters: https://baymard.com/blog/line-length-readability - 60 to 80 characters: https://pimpmytype.com/line-length-line-height/ - 50 to 75 characters: https://www.uxpin.com/studio/blog/optimal-line-length-for-readability/ - 50 to 75 characters: https://medium.com/@wblekhoa/talk-aboutthe-optimal-length-of-text-in-ux-ui-525e689f0b71 - Less than 80 characters: https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation.html
1 parent 907b19e commit 42c2617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/simple/field-components/specific-field/item-page-field.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="item-page-field">
1+
<div class="item-page-field" style="max-width: 75ch;">
22
<ds-metadata-values
33
[mdValues]="item?.allMetadata(fields)"
44
[separator]="separator"

0 commit comments

Comments
 (0)