Skip to content

Commit 053d1d4

Browse files
committed
Set correct col-size for type col header.
1 parent 42b0efb commit 053d1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/simple/field-components/extended-file-section/extended-file-section.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3 [innerText]="label | translate"></h3>
88
<div class="col-6">
99
<h4 [innerText]="'file.section.name' | translate"></h4>
1010
</div>
11-
<div class="col-2">
11+
<div class="col-3">
1212
<h4 [innerText]="'file.section.type' | translate"></h4>
1313
</div>
1414
<div class="col-2">

0 commit comments

Comments
 (0)