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

Adjust footer text size #197

Merged
merged 5 commits into from
Dec 5, 2024
Merged

Conversation

dogusata
Copy link
Collaborator

@dogusata dogusata commented Dec 5, 2024

Problem

The footer text size and the line-height (in general) is too much and when there is a long disclaimer text it takes too much screen real estate.
image

Solution

The given font size to the footer was being overridden, made it !important to avoid overrides. Also, reduced the line-height in general as requested.

Additionally

We have much more tests now and they are taking too much time and resources on local. Removing the tests:e2e step from the prepush to leave the test runs to github actions.

Tests

  • I have tested this change on VSCode
  • I have tested this change on JetBrains

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dogusata dogusata requested a review from a team as a code owner December 5, 2024 11:04
Copy link
Contributor

@Jurredr Jurredr left a comment

Choose a reason for hiding this comment

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

+1 on the removal of test runs on pre-push, it's undoable with how long it takes now. Another reason for the current considerations of a new approach to e2e testing.

@dogusata dogusata merged commit 429064b into main Dec 5, 2024
2 checks passed
@dogusata dogusata deleted the dogusata/footer-text-size-adjustments branch December 5, 2024 13:50
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.

2 participants