mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
settings: Fix info icon in header row outside header.
This info icon was smaller than similar ones sitting in heading rows, because the icon element was outside the `<h3>` element for the row. Fixes #23801
This commit is contained in:
parent
caeeddd975
commit
02450b7aa6
@ -3,8 +3,10 @@
|
||||
|
||||
<div id="org-join-settings" class="settings-subsection-parent">
|
||||
<div class="subsection-header">
|
||||
<h3>{{t "Joining the organization" }}</h3>
|
||||
<i class="fa fa-info-circle settings-info-icon realm_message_retention_tooltip tippy-zulip-tooltip" aria-hidden="true" data-tippy-content="{{t 'Only owners can change these settings.' }}"></i>
|
||||
<h3>
|
||||
{{t "Joining the organization" }}
|
||||
<i class="fa fa-info-circle settings-info-icon realm_message_retention_tooltip tippy-zulip-tooltip" aria-hidden="true" data-tippy-content="{{t 'Only owners can change these settings.' }}"></i>
|
||||
</h3>
|
||||
{{> settings_save_discard_widget section_name="join-settings" }}
|
||||
</div>
|
||||
<div class="m-10 inline-block organization-permissions-parent">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user