Skip to content

Commit

Permalink
Larger document record label cols
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 6, 2023
1 parent 7aaf1ad commit 014904e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MetadataFieldLayoutComponent < Blacklight::Component
end)

# @param field [Blacklight::FieldPresenter]
def initialize(field:, value_tag: 'dd', label_class: 'col-md-1', value_class: 'col-md-11')
def initialize(field:, value_tag: 'dd', label_class: 'col-md-2', value_class: 'col-md-10')
@field = field
@key = @field.key.parameterize
@label_class = label_class
Expand Down

0 comments on commit 014904e

Please sign in to comment.