Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 1 përgjigje
  • 1 e ka hasur këtë problem
  • 7 parje
  • Përgjigjja më e re nga 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.
Foto të bashkëngjitura ekrani

Krejt Përgjigjet (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.