-
Notifications
You must be signed in to change notification settings - Fork 68
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
Title not vertically centered in components using the class timeline-header
#1195
Comments
@Eclipse-Dominator I would be happy to work on this! |
@KalebArmbrust Sure! You may make a pull request for this issue |
@Eclipse-Dominator Great! How can I recreate this instance so that I can work on it? I have just setup the dev environment and am on the main screen. |
Hello, the default repo in the dev environment (I'm assuming you ran If you've taken CS2103T then you can save a bit of time and skip populating a repo with dummy issues by using one of the repos used when you tested CATcher in CS2013T (e.g. alpha). To do that, just configure the
Hope this helps! |
@luminousleek I have found this task to be a little too above my abilities and so I am going to pass on this. Best of luck! |
@Eclipse-Dominator Hi, is this issue still available to work on? |
@LJXSean Yup, it should be still available |
Describe the bug
Text within the css class
timeline-header
is not vertically centralized.Current:
Expected:
As
timeline-header
is part of the shared global css class. Just tweaking this should fix all affected components.Components affected:
description.component
issue-dispute.component
parse-error.component
team-accepted.component
team-response.component
tester-response.component
There was already some css added to some of the
span
in these components wherestyle="vertical-align: middle; margin-left: 5px"
is injected into the components. However, this does not seem to be effective.A possible solution is to add the following style to
timeline-header
classand remove the
style="vertical-align: middle; margin-left: 5px"
from relevant spans.However, there might be better and more effective solutions.
The text was updated successfully, but these errors were encountered: