
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
Long abbreviations span large width and wrong position in the table Β· Issue #6760 Β· squidfunk/mkdocs-material
Description:
Context No response Bug description When having long abbreviations, the tooltip will span the entire screen (I think it's related to this fix: #4810 (comment) ) However, this is not so easy to ...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Technology & Computing
- Social Networks
- Mobile Technology & AI
Content Management System {π}
What CMS is github.com built with?
Github.com relies on WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
squidfunk, tooltip, issue, lexachoc, commented, bug, mdtooltipwidth, width, position, screen, resolved, open, sign, long, abbreviations, span, wrong, related, rem, tooltips, owner, navigation, projects, table, closed, comment, mentioned, version, reproduction, fixed, author, reply, kamilkrzyskow, css, fontsize, mkdocsmaterial, issues, pull, requests, discussions, actions, security, large, description, response, entire, fix, read, browser, larger,
Topics {βοΈ}
refactor/tooltip-positioning branch 9-long-abbreviations-issue pip install git+https possibly related issues /squidfunk/mkdocs-material long abbreviations open projects 112 mkdocs-material version md-tooltip-width tooltips span bug resolved issue improved tooltips render implement footnote tooltips bug reporting guidelines lexachoc closed projects milestone squidfunk closed default tooltip fontsize discussions temporary makeshift solution comment metadata assignees keeping open screen size larger tooltip width squidfunk reopened squidfunk mentioned normal width span md-tooltip bug report days βΊοΈ install larger screen tooltip div tooltip implementation screen size attached links font-size width entire screen stylesheets/extra expected behaviors behaviors mentioned zip steps zip file minimal reproduction instant previews back port business logic extra css works great
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:Long abbreviations span large width and wrong position in the table
articleBody:### Context
_No response_
### Bug description
When having long abbreviations, the tooltip will span the entire screen (I think it's related to this fix: https://github.com/squidfunk/mkdocs-material/issues/4810#issuecomment-1369065888 )
However, this is not so easy to read when using the desktop browser or a larger screen.

I would expect that the tooltip width to be shorter (normal width but wrapped), I tried to change the `--md-tooltip-width` by including:
- stylesheets/extra.css
```css
:root {
--md-tooltip-width: 20rem !important;
}
```
But this doesn't work.
I also noticed that the tooltip is rendered in the wrong position when within a table:

It is related to #4217
So three expected behaviors:
1. Tooltips span the entire screen only when the screen size is smaller than the value of `--md-tooltip-width`.
2. When screen size larger than the value of `--md-tooltip-width`, the value of `--md-tooltip-width` is used as the width of the tooltip div.
3. If tooltip in tables, the position of the tooltip should be correct and should follow the two behaviors mentioned above.
Chrome: Version 121.0.6167.161
Edge: Version 121.0.2277.112
mkdocs-material version: 9.5.9
### Related links
- https://github.com/squidfunk/mkdocs-material/issues/4810#issuecomment-1369065888
- https://github.com/squidfunk/mkdocs-material/issues/4217
### Reproduction
[9.5.9-long-abbreviations-issue.zip](https://github.com/squidfunk/mkdocs-material/files/14231176/9.5.9-long-abbreviations-issue.zip)
### Steps to reproduce
1. unzip
2. run `mkdocs serve` in terminal
3. go to http://localhost:8000/
### Browser
_No response_
### Before submitting
- [X] I have read and followed the [bug reporting guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/).
- [X] I have attached links to [the documentation](https://squidfunk.github.io/mkdocs-material/), and possibly related [issues](https://github.com/squidfunk/mkdocs-material/issues) and [discussions](https://github.com/squidfunk/mkdocs-material/discussions).
- [X] I assure that I have [removed all customizations](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations) before submitting this bug report.
- [X] I have attached a __.zip file__ with a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/).
author:
url:https://github.com/Lexachoc
type:Person
name:Lexachoc
datePublished:2024-02-11T03:02:06.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:11
url:https://github.com/6760/mkdocs-material/issues/6760
context:https://schema.org
headline:Long abbreviations span large width and wrong position in the table
articleBody:### Context
_No response_
### Bug description
When having long abbreviations, the tooltip will span the entire screen (I think it's related to this fix: https://github.com/squidfunk/mkdocs-material/issues/4810#issuecomment-1369065888 )
However, this is not so easy to read when using the desktop browser or a larger screen.

I would expect that the tooltip width to be shorter (normal width but wrapped), I tried to change the `--md-tooltip-width` by including:
- stylesheets/extra.css
```css
:root {
--md-tooltip-width: 20rem !important;
}
```
But this doesn't work.
I also noticed that the tooltip is rendered in the wrong position when within a table:

It is related to #4217
So three expected behaviors:
1. Tooltips span the entire screen only when the screen size is smaller than the value of `--md-tooltip-width`.
2. When screen size larger than the value of `--md-tooltip-width`, the value of `--md-tooltip-width` is used as the width of the tooltip div.
3. If tooltip in tables, the position of the tooltip should be correct and should follow the two behaviors mentioned above.
Chrome: Version 121.0.6167.161
Edge: Version 121.0.2277.112
mkdocs-material version: 9.5.9
### Related links
- https://github.com/squidfunk/mkdocs-material/issues/4810#issuecomment-1369065888
- https://github.com/squidfunk/mkdocs-material/issues/4217
### Reproduction
[9.5.9-long-abbreviations-issue.zip](https://github.com/squidfunk/mkdocs-material/files/14231176/9.5.9-long-abbreviations-issue.zip)
### Steps to reproduce
1. unzip
2. run `mkdocs serve` in terminal
3. go to http://localhost:8000/
### Browser
_No response_
### Before submitting
- [X] I have read and followed the [bug reporting guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/).
- [X] I have attached links to [the documentation](https://squidfunk.github.io/mkdocs-material/), and possibly related [issues](https://github.com/squidfunk/mkdocs-material/issues) and [discussions](https://github.com/squidfunk/mkdocs-material/discussions).
- [X] I assure that I have [removed all customizations](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations) before submitting this bug report.
- [X] I have attached a __.zip file__ with a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/).
author:
url:https://github.com/Lexachoc
type:Person
name:Lexachoc
datePublished:2024-02-11T03:02:06.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:11
url:https://github.com/6760/mkdocs-material/issues/6760
Person:
url:https://github.com/Lexachoc
name:Lexachoc
url:https://github.com/Lexachoc
name:Lexachoc
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:11
interactionType:https://schema.org/CommentAction
userInteractionCount:11
External Links {π}(18)
- How much profit does https://github.blog generate?
- See how much https://private-user-images.githubusercontent.com/20377719/303895198-ec3c03bf-720e-4f1e-962f-630faaef2e8f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTE5Mzk0NzQsIm5iZiI6MTc1MTkzOTE3NCwicGF0aCI6Ii8yMDM3NzcxOS8zMDM4OTUxOTgtZWMzYzAzYmYtNzIwZS00ZjFlLTk2MmYtNjMwZmFhZWYyZThmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNzA4VDAxNDYxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM5MTIxNTc4YjY3M2Y5ZDdmNTA3OTkzODBkMDYxMGY1M2VlYmIxNTkxMmU2ZjJjYWZhZDhmOGE4MTc0MWIxNDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.io96iT91Y3ZfUaorYDUlmBq3rvTCuERsTU7_BG_hmEE makes per month
- How much revenue does https://private-user-images.githubusercontent.com/20377719/303895366-4c5d409f-cfeb-45fa-b39c-b5b0e76ff50c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTE5Mzk0NzQsIm5iZiI6MTc1MTkzOTE3NCwicGF0aCI6Ii8yMDM3NzcxOS8zMDM4OTUzNjYtNGM1ZDQwOWYtY2ZlYi00NWZhLWIzOWMtYjViMGU3NmZmNTBjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNzA4VDAxNDYxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY4ZTkwYmE5NWNiNDY1MDcyMjUyZDhlYTRiOThjYzExZTY5Njk2MDg1NjU0Y2EzZjMwNzI5YmE5Yjc0ODk2YmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zzUld997rrt9tpKbhm8qlDagJuaicwjYpSw2ix1fvIY produce monthly?
- Discover the revenue of http://localhost:8000/
- Get to know what's the income of https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/
- What's the financial intake of https://squidfunk.github.io/mkdocs-material/?
- What's the financial outcome of https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations?
- Learn about the earnings of https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/
- How much does https://squidfunk.github.io/mkdocs-material/insiders/ generate monthly?
- What's the financial outcome of https://squidfunk.github.io/mkdocs-material/reference/footnotes/#footnote-tooltips?
- What are the earnings of https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-previews?
- What are the total earnings of https://private-user-images.githubusercontent.com/932156/303900036-49343efd-71e8-4ddc-9be6-d473802d02e0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTE5Mzk0NzQsIm5iZiI6MTc1MTkzOTE3NCwicGF0aCI6Ii85MzIxNTYvMzAzOTAwMDM2LTQ5MzQzZWZkLTcxZTgtNGRkYy05YmU2LWQ0NzM4MDJkMDJlMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwNzA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDcwOFQwMTQ2MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yNDUzZTU5N2QwYTFlMjczM2QzMDBmZDY2NDRjYzZmMTgzNGQxYzNhNTdjMjVjZTg2ODdiMzQ5ZDg0NmU3MDg5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.xujdwZJFMQRn5Ha3F4U-B6syvpfQPWaLVHXBg5vEPoo?
- How much money does https://private-user-images.githubusercontent.com/20377719/303935287-ed26a630-600c-4a1c-a505-f52cc5d25cf9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTE5Mzk0NzQsIm5iZiI6MTc1MTkzOTE3NCwicGF0aCI6Ii8yMDM3NzcxOS8zMDM5MzUyODctZWQyNmE2MzAtNjAwYy00YTFjLWE1MDUtZjUyY2M1ZDI1Y2Y5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNzA4VDAxNDYxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIxYjNiZGNlNmE1YzM1NTlmOGEyMDMwOGI5MDRkZjE0YmYzMTZiZGQyZmM3Y2ZmYjI1MDcwOTVhNTgyYmVhYTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4EqOjkma8oIw38fBlAFukIvgNf4CsUV_7t89yC5sU4c generate?
- Revenue of https://private-user-images.githubusercontent.com/20377719/303935300-78fa734f-fff8-42de-9b68-9dde5196350e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTE5Mzk0NzQsIm5iZiI6MTc1MTkzOTE3NCwicGF0aCI6Ii8yMDM3NzcxOS8zMDM5MzUzMDAtNzhmYTczNGYtZmZmOC00MmRlLTliNjgtOWRkZTUxOTYzNTBlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNzA4VDAxNDYxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdhZmEyYTdhMzMyOWUyMzA1YmVmNTBlNmJhNGQ1NTc5MDliYzIxNGU4NzU0MDFjODllMjk1MjAwMTg3Njg1NmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4ThSD8gCuX1aHR7WmBZZcvuApv_6sKzX-PyZ34Ul3HE
- How much income is https://private-user-images.githubusercontent.com/20377719/303935315-161eb6a7-28bf-4201-980f-27ceb1a7700a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTE5Mzk0NzQsIm5iZiI6MTc1MTkzOTE3NCwicGF0aCI6Ii8yMDM3NzcxOS8zMDM5MzUzMTUtMTYxZWI2YTctMjhiZi00MjAxLTk4MGYtMjdjZWIxYTc3MDBhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNzA4VDAxNDYxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmODQ3NjY1NzJhMWQxMzEyOGEzMjcxYjA0NjRjYjI5N2ZhMzk0MTJhZmFlZjVjNDY4NjE0NDQyNGFlYWFiNTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.shjawbx5liMEZN6kFO5kSbJaO797SlBXmkRf8Br_PvU earning monthly?
- What are the total earnings of https://private-user-images.githubusercontent.com/20377719/322472769-1adefbd5-c6a7-4a2e-8579-fd66927caf05.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTE5Mzk0NzQsIm5iZiI6MTc1MTkzOTE3NCwicGF0aCI6Ii8yMDM3NzcxOS8zMjI0NzI3NjktMWFkZWZiZDUtYzZhNy00YTJlLTg1NzktZmQ2NjkyN2NhZjA1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA3MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNzA4VDAxNDYxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM4NWVkYjEwZDFlYzZmMjUwZDdhNWUwYTE3YjA4MjA2MjRkNmY3M2E3M2IwZjI5ZTFiZWRiNTgxNDYwYzExMmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xLrPbNG3tDijbyTTgNelutE-eKTaPeJqUoRHipD2Sgw?
- How much revenue does https://squidfunk.github.io/mkdocs-material/changelog/#9.5.18 produce monthly?
- Earnings of https://www.githubstatus.com/
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net