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

Script sections are rendering incorrectly when inside a tab #14358

Closed
jeromelaban opened this issue Nov 8, 2023 · 3 comments · Fixed by #16972
Closed

Script sections are rendering incorrectly when inside a tab #14358

jeromelaban opened this issue Nov 8, 2023 · 3 comments · Fixed by #16972
Assignees
Labels
area/website Categorizes an issue or PR as relevant to the platform.uno website difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/documentation

Comments

@jeromelaban
Copy link
Member

What would you like clarification on

https://platform.uno/docs/articles/get-started-with-linux.html?tabs=ubuntu1804#setting-up-for-linux

image

Concern

None

Affected platforms

No response

Any feedback?

No response

@jeromelaban jeromelaban added triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/documentation labels Nov 8, 2023
@sasakrsmanovic sasakrsmanovic self-assigned this Nov 8, 2023
@Youssef1313
Copy link
Member

Root cause is likely this negative margin:

.tabGroup section[role="tabpanel"] .code-header {
margin-left: -16px;
margin-right: -16px;
}
.tabGroup section[role="tabpanel"] .code-header:first-child {
margin-top: -16px;
}

@sasakrsmanovic
Copy link
Contributor

⁠We are doing a few updates first - first styling and then docfx update; once all that is done I will double check if this is still persisting and then address it; it may go away on its own.

@MartinZikmund MartinZikmund added difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers area/website Categorizes an issue or PR as relevant to the platform.uno website and removed triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Nov 14, 2023
@jeromelaban
Copy link
Member Author

This is not fixed by the latest builds of docfx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/website Categorizes an issue or PR as relevant to the platform.uno website difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants