-
Notifications
You must be signed in to change notification settings - Fork 4
ui:Changed the position of admin name in profile section #1099
Conversation
@sanchibansal340 why did the build fail? |
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.
I understand this is easier to implement but there's a reason why a standard like CSS exists 🙂
Please try this using CSS, it's not that hard.
Should I bring that text on center?@SanketDG |
please review my PR #1099 @sanchibansal340 @SanketDG |
@sanchibansal340 @SanketDG can you please review my PR |
Will do @yash2189 |
@@ -5,7 +5,7 @@ | |||
{% block content %} | |||
<div class="spacer"></div> | |||
<h1 class="header"> | |||
{{ administrator.first_name }} {{ administrator.last_name }} | |||
<p style = "text-align:center;">{{ administrator.first_name }} {{ administrator.last_name }}</p> |
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.
You can just add some CSS to .header
instead of adding inline CSS
@SanketDG I have done the required changes. Please review the same. |
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.
LGTM!
@sanchibansal340 is my PR currently being reviewed. I asked this because it's been about 9 days. Please tell me if I need to change anything. |
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.
Good, thank you
@sanchibansal340 , I am not able to re-generate that UI error. Can you please provide me with steps on how to proceed? |
@devkapilbansal Even I am not able to see the error now. I am not sure. I guess it got fixed. |
@sanchibansal340 then, is this PR still relevant now?? |
@devkapilbansal I guess not. |
Okay, then we should close this pull request and the issue linked with it if it's not relevant. |
@sanchibansal340 will it be counted as a contribution for OSH? The name was appearing at the leftmost corner and I had centered it by adding |
Description
Change the positioning of the admin name in the profile section
Fixes #1044
Type of Change:
How Has This Been Tested?
Centered the text using CSS so that it is clearly visible.
Checklist: