Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixing weird vertical shift #3645

Merged
merged 8 commits into from
Dec 22, 2019
2 changes: 1 addition & 1 deletion app/templates/events/view.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#if (or (eq session.currentRouteName 'events.view.index') (eq session.currentRouteName 'events.view.export'))}}
{{#if (and (or (eq session.currentRouteName 'events.view.index') (eq session.currentRouteName 'events.view.export')) (gt unverified-user-message.length 0))}}
{{#if (eq model.state 'draft')}}
Copy link
Member

Choose a reason for hiding this comment

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

Revert this

Copy link
Contributor Author

@maze-runnar maze-runnar Nov 25, 2019

Choose a reason for hiding this comment

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

Revert this

I don't get it . please explain a bit.

Copy link
Member

Choose a reason for hiding this comment

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

{{#if (eq model.state 'draft')}}
Let it be on next line only

<div class="ui grid stackable">
<div class="row">
Expand Down