Fix inconsistent alignment in Language button and Fix Story description overlapping footer contents, if description text is large #175
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Number
fixes #173
fixes #178
Describe the changes you've made
#173
Removed classes on
<EOS_KEYBOARD_ARROW_UP />
,<EOS_KEYBOARD_ARROW_DOWN />
components, along with the class ondiv
that holds the string Language so that inconsistent margin/padding is eliminated.Also replaced padding specified on
.btn
class frompx
units torem
.Added the property
align-items: center
to fix the alignment.#178
Replaced absolute viewport height of story page with
auto
to contain the expanded story description and avoid overlapping and overflowing.Describe if there is any unusual behavior (Any Warning) of your code(Write
NA
if there isn't)NA
Additional context (OPTIONAL)
Test plan (OPTIONAL)
A good test plan should give instructions that someone else can easily follow.
Checklist
Provide a Deployed link of route/page that needs to review
Arrow icon and string aligned properly with no unwanted extra padding between/around the elements.