The Wayback Machine - https://web.archive.org/web/20201102071404/https://github.com/angular/components/issues/20687
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

Docs titles are clipped on the left side #20687

Open
zbralex opened this issue Sep 30, 2020 · 3 comments
Open

Docs titles are clipped on the left side #20687

zbralex opened this issue Sep 30, 2020 · 3 comments

Comments

@zbralex
Copy link

@zbralex zbralex commented Sep 30, 2020

please, fix css margin property at anchors titles

.docs-header-link header-link a {
text-decoration: none;
 /* margin-left: -30px; */ this property hide anchors at the page titles
 display: inline-block;
vertical-align: middle;
}

If margin value -30px I can't see anchor for navigate
https://material.angular.io/components/table/overview#filtering

Affected documentation page: https://material.angular.io/components/table/overview

@jelbourn jelbourn changed the title docs-bug(table): margins at anchors Docs titles are slightly clipped on the left side Oct 1, 2020
@jelbourn jelbourn changed the title Docs titles are slightly clipped on the left side Docs titles are clipped on the left side Oct 1, 2020
@jelbourn
Copy link
Member

@jelbourn jelbourn commented Oct 1, 2020

Confirmed that the titles in the docs are clipped on the left side, which affects both the link-on-hover treatment and the text itself.

@ChiragAwale
Copy link

@ChiragAwale ChiragAwale commented Oct 1, 2020

@jelbourn Are the issues assigned first? I am new here and would like to start with working on this one

@jelbourn
Copy link
Member

@jelbourn jelbourn commented Oct 7, 2020

@ChiragAwale feel free to send a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.