Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
<i class="icon dropdown"></i>
{{t 'Send Test Email'}}
</div>
<div class="content four wide field">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make changes to this div only, there is no need to add an extra div.

Copy link
Contributor Author

@maze-runnar maze-runnar Oct 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without "ui grid" class how it is possible to make it responsible for both mobile and desktop @kushthedude
Is there any problem by adding an extra div ? 😶

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use directly content 4 wide computer 6 wide mobile field

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tried content 4 wide computer 16 wide mobile field but without ui grid how it is supposed to work . so i have to add extra div . and for mobile it should be 16 wide mobile field.

<div class="ui action input">
{{input type="text" placeholder=(t 'Recipient E-mail') name='test_email' value=recipientEmail }}
<div class="ui secondary button" role="button" {{action 'sendTestMail'}}>
{{t 'Test'}}
<div class = "content ui grid">
<div class="four wide computer four wide tablet sixteen wide mobile column ">
<div class="ui action input">
{{input type="text" placeholder=(t 'Recipient E-mail') name='test_email' value=recipientEmail }}
<div class="ui secondary button" role="button" {{action 'sendTestMail'}}>
{{t 'Test'}}
</div>
</div>
</div>
</div>
{{/ui-accordion}}
</div>
</div>