Skip to content

Commit 9b2b0d2

Browse files
maze-runnarabhinavk96
authored andcommitted
fix : Send test email box is showing properly in mobile also (#3575)
* fix : Send test email box is showing properly * changing hide map button to toggle switch * Undo previous commit
1 parent 381120e commit 9b2b0d2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

app/templates/components/forms/admin/settings/system/mail-settings/test-email-form.hbs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
<i class="icon dropdown"></i>
55
{{t 'Send Test Email'}}
66
</div>
7-
<div class="content four wide field">
8-
<div class="ui action input">
9-
{{input type="text" placeholder=(t 'Recipient E-mail') name='test_email' value=recipientEmail }}
10-
<div class="ui secondary button" role="button" {{action 'sendTestMail'}}>
11-
{{t 'Test'}}
7+
<div class = "content ui grid">
8+
<div class="four wide computer four wide tablet sixteen wide mobile column ">
9+
<div class="ui action input">
10+
{{input type="text" placeholder=(t 'Recipient E-mail') name='test_email' value=recipientEmail }}
11+
<div class="ui secondary button" role="button" {{action 'sendTestMail'}}>
12+
{{t 'Test'}}
13+
</div>
1214
</div>
1315
</div>
1416
</div>
1517
{{/ui-accordion}}
16-
</div>
18+
</div>

0 commit comments

Comments
 (0)