Skip to content

Commit

Permalink
ensure div takes the full width
Browse files Browse the repository at this point in the history
Fixes #392
  • Loading branch information
alexskr committed Feb 12, 2025
1 parent 0930391 commit ca656e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/concepts/_details.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- c.add_sections(['definition']) do |v|
%div.d-flex.justify-content-between.align-items-center
%div.d-flex.flex-column
%div.d-flex.flex-column.w-100
%div= display_in_multiple_languages(v.is_a?(Array) ? [v].to_h : v)
%div
%div.w-100{'data-controller': 'change-requests', turbo_frame: '_top'}
Expand Down

0 comments on commit ca656e6

Please sign in to comment.