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

Closes #60, Fix position of Previous & Next buttons #92

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

mntxca
Copy link
Collaborator

@mntxca mntxca commented Mar 16, 2022

No description provided.

<input id="submit" type="submit" value="Next" class="btn btn--wide" name="button" onclick="saveInput()">
</div>
<div class="container">
<div style="display: flex; flex-direction: row-reverse; justify-content: flex-end; width: 100%; padding-right: 10px; padding-left: 0px; margin-right: auto; margin-left: auto;">
Copy link
Collaborator

Choose a reason for hiding this comment

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

A class in CSS would be good for this, so you don't need to copy or duplicate the style everywhere. :)

Copy link
Collaborator

Choose a reason for hiding this comment

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

This would help with code consistency incase someone else needs to create new pages or make changes to this style.
If it was in a class it would only need to be changed in one place instead of six.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That's a great idea! I'll go ahead and use a class for consistency

@mntxca mntxca merged commit b66c8fd into dev Mar 16, 2022
@camrossi camrossi deleted the fix-Prevous-Next-button branch May 8, 2022 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants