-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Hide Latest Release repo info (insiders) #2481
Labels
needs input
Issue needs further input by the reporter
Comments
Thanks for suggesting. Could you elaborate on the why behind that feature request? |
On a side note, you can just use some extra CSS to hide the release tag: .md-source__fact--version {
display: none;
}
.md-source__fact:nth-child(1n+2)::before {
margin-left: 0;
} |
Closing - the CSS solution I posted is the way to go, as it’s super simple to add and omits the need for further configuration. |
4 tasks
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to suggest an idea and checked that ...
Description
Allow insiders not to display the latest release tag in the repo info.
Use Cases
UI Design choice
Screenshots / Mockups
The text was updated successfully, but these errors were encountered: