Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Layout text cut off when using Garuda font (Linux Mint)

  • 1 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 7 gösterim
  • Son yanıtı yazan: Toad-Hall

more options

I'm on Linux Mint 19.3 I changed all my system fonts to 'Garuda', font size 10. As a result, all the texts except for the content inside the emails, are sort of cut off when I click or hover on them. If I change the 'Default font' in my system settings to something else (like Ubuntu Regular), the texts appear normal.

See the screenshot attached.

I'm on Linux Mint 19.3 I changed all my system fonts to 'Garuda', font size 10. As a result, all the texts except for the content inside the emails, are sort of cut off when I click or hover on them. If I change the 'Default font' in my system settings to something else (like Ubuntu Regular), the texts appear normal. See the screenshot attached.
Ekli ekran görüntüleri

Tüm Yanıtlar (1)

more options

See if changing the margin works for you by using a 'userChrome.css' file.

In Thunderbird:

  • Help > Troubleshooting Information
  • click on 'Open folder' button

a new window opens showing the contents of your Profile folder.

  • Close Thunderbird now - this is important.
  • Create new folder and call it chrome note the spelling - use a lower case 'c' It should be in the same place as the 'Mail' folder.
  • open Notepad or simple text editor
  • Copy everything - all the text between lines below and paste it into the Notepad document.

IMPORTANT NOTE: Firefox is sending you an email of the comment posted. It has been noticed that there is a bug which seems to alter the code by missing out a part of code that says !important;, so please check the code as shown correctly in this forum question to prevent errors.


/*
* Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 

 treechildren::-moz-tree-row {
   margin-top: 2px !important;
   margin-bottom: 2px !important;
} 


  • Save the document as filename userChrome.css in the 'chrome' folder. Note the spelling all lower case except for the 'C'.

Start Thunderbird.