GC Search: Relocation of specific results section styles#2718
Merged
Garneauma merged 1 commit intowet-boew:masterfrom Feb 10, 2026
Merged
GC Search: Relocation of specific results section styles#2718Garneauma merged 1 commit intowet-boew:masterfrom
Garneauma merged 1 commit intowet-boew:masterfrom
Conversation
tristandasilva
suggested changes
Feb 5, 2026
Contributor
tristandasilva
left a comment
There was a problem hiding this comment.
The CSS was moved correctly, but because of an incorrect layout in the HTML it changes the font size of the result count text on a couple of the pages.
- In
results-advanced-en/fr(line 63-64) andresults-filters-en/fr(line 47-48) we can just remove this:<h2 class=”wb-inv”>Search Results</h2>, and change the<p>tag under it to an<h2>and remove theclass=”h4” - In
results-en/frcan you please remove the<div>that the<h2>is wrapped in (lines 27-29)? - In
results-enwe can remove the id and class on the form element to make it consistent with the other pages (line 14).
Thank you :)
Contributor
tristandasilva
left a comment
There was a problem hiding this comment.
@Garneauma Ready for your review!
tristandasilva
approved these changes
Feb 9, 2026
Garneauma
approved these changes
Feb 9, 2026
Collaborator
|
This is a Patch change. @BeraJosh For your review. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related to WET-639
Relocation of specific results section styles to #wb-land