Skip to content

Commit c350366

Browse files
committed
src/app/item-page: adjust space in simple item view
The Bootstrap grid is composed of 12 columns, and we are only using 10 on medium displays and up (4+6). Adjust to use 4+8 to allow more space to be used for things like abstracts and citations.
1 parent 7de8733 commit c350366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
[label]="'item.page.publisher'">
5656
</ds-generic-item-page-field>
5757
</div>
58-
<div class="col-12 col-md-6">
58+
<div class="col-12 col-md-8">
5959
<ds-item-page-abstract-field [item]="object"></ds-item-page-abstract-field>
6060
<ds-generic-item-page-field [item]="object"
6161
[fields]="['dc.description']"

0 commit comments

Comments
 (0)