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

Overlapping text (Re-open #2993) #2994

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

v-hclaveria
Copy link
Contributor

Re-opening #2993. Apparently, it closes at re-naming the branch

With the first commit, I intended not to break anything and test how it behaves and look for impacts, since there are places I cannot check locally. It truly seems rare this new change won't cause any break, but those places are what I'm trying to find.
Please let me know if there's a more certain way to solve this that I'm not seeing.

@claud-io

@@ -416,7 +416,7 @@ wpt-header .wptheader_nav_menu details[open] summary span:after {

@media (min-width: 86em) {
wpt-header {
z-index: 999999;
z-index: 1000;
Copy link
Contributor

Choose a reason for hiding this comment

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

those changes are going to impact header everywhere have you checked with multiple resolutions?

@@ -189,6 +189,20 @@ body.theme-b {
border: 0;
}

.contact-info-modal {
height: 38rem !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

is important mandatory?

@@ -31,8 +31,10 @@
<input type="hidden" name="id" value="<?= $id; ?>" />
<input type="hidden" name="type" value="contact-info" />
<input type="hidden" name="csrf_token" value="<?= $csrf_token ?>" />
<div class="save-button">
<button type="submit" class="pill-button blue">Save</button>
<div class="section">
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the effect of this section class?

@claud-io claud-io merged commit e225e09 into catchpoint:overlapping_text Nov 8, 2023
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