Commit db980f92 authored by Kamil Trzciński's avatar Kamil Trzciński

Make modal title to be h4

parent 83344881
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.modal-dialog{ role: 'document' } .modal-dialog{ role: 'document' }
.modal-content .modal-content
.modal-header .modal-header
%h5.modal-title %h4.modal-title
= s_('FeatureFlags|Configure feature flags') = s_('FeatureFlags|Configure feature flags')
%button.close{ type: 'button', data: { dismiss: 'modal' }, aria: { label: _('Close') } } %button.close{ type: 'button', data: { dismiss: 'modal' }, aria: { label: _('Close') } }
%span{ "aria-hidden": true } × %span{ "aria-hidden": true } ×
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.modal-dialog{ role: 'document' } .modal-dialog{ role: 'document' }
.modal-content .modal-content
.modal-header .modal-header
%h5.modal-title.d-flex.mw-100 %h4.modal-title.d-flex.mw-100
- truncated_feature_flag_name = capture do - truncated_feature_flag_name = capture do
%span.text-truncate.prepend-left-4.append-right-4= feature_flag.name %span.text-truncate.prepend-left-4.append-right-4= feature_flag.name
= s_('FeatureFlags|Delete %{feature_flag_name}?').html_safe % { feature_flag_name: truncated_feature_flag_name } = s_('FeatureFlags|Delete %{feature_flag_name}?').html_safe % { feature_flag_name: truncated_feature_flag_name }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment