-
Notifications
You must be signed in to change notification settings - Fork 209
Text alignment in email verification page #561
Conversation
Hey @LaibaBasit008 can you please squash the commits and also can you make the PR title a bit more descriptive |
@LaibaBasit008 can you fill the checkboxes for the tasks in the description :) |
@@ -2,6 +2,7 @@ | |||
{% block title %} - Verify Your E-mail Address{% endblock %} | |||
|
|||
{% block content %} | |||
<div class="clear"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LaibaBasit008 Can't we simply change the style properties of the container div instead of adding a new div?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can but then then the styling of div container can be affected somewhere else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LaibaBasit008 not necessarily! We can target a div specifically using an id cant we?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes you right, Ok I will try that!
@LaibaBasit008 sorry i didn't mention in the issue that, whenever we are loading verification page again then the overlapped text get aligned automatically. |
|
@LaibaBasit008 why was this closed? |
I was having issues with some commits I squashed some new commits and commits from other PR are appearing |
There are some merge conflicts and multiple commits. Can you rebase and resolve the commits? |
I will look into it! |
@LaibaBasit008 any updates? |
resolved the conflict, working on commits |
@LaibaBasit008 change the PR title to follow the commit styles |
Resolve the conflicts, squash the commits and follow commit guidelines please. |
Type: - Code - User Interface Subject: TEXT ALIGNED Body: After signing in email verfication text
@LaibaBasit008 Commit message checks are failing can you push the changes? |
Closing this as there is no activity. |
Description
Aligned the overlapping text in email verification
Fixes #529
Type of Change:
Delete irrelevant options.
Code/Quality Assurance Only
How Has This Been Tested?
Aligned Text
Checklist: