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

Styling issue? #131

Closed
xfq opened this issue Mar 14, 2024 · 0 comments · Fixed by #132
Closed

Styling issue? #131

xfq opened this issue Mar 14, 2024 · 0 comments · Fixed by #132

Comments

@xfq
Copy link
Member

xfq commented Mar 14, 2024

bp-i18n-specdev/local.css

Lines 259 to 266 in ab5f4d0

table.truncExample th,td {
vertical-align: top;
}
table.truncExample kbd,code {
color: blue;
font-size: larger;
}

The code above doesn't seem to do what it intended to do? There should probably be descendant combinators before td and code, like:

table.truncExample th,
table.truncExample td {
    vertical-align: top;
    }
    
table.truncExample kbd,
table.truncExample code {
    color: blue;
    font-size: larger;
    }
xfq added a commit that referenced this issue Mar 21, 2024
@xfq xfq mentioned this issue Mar 21, 2024
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 a pull request may close this issue.

1 participant