I
I
Ilya Muntyan2020-01-25 20:57:28
css
Ilya Muntyan, 2020-01-25 20:57:28

In sublime text 3 no colored text what to do?

Recently I installed Ubuntu again and then after installation, the sublime gives me a stupid white text, what should I do ????
Here is the screenshot:5e2c81831989c403092471.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
UndineS, 2019-04-27
@alenaum

In most cases, this hidden text effect is due to the presence of the overflow:hidden property + specific block sizes. (more about overflow: htmlbook.ru/css/overflow). The overflow property is responsible for the presence of a scrollbar. In the "hidden" mode, the scrollbar is hidden and the "extra" text is simply cut off.
To solve the problem, you can either set the height of the block (height) as height:auto (the height of the block will adjust to the size of the text), or simply make the number larger so that everything fits exactly, but the block on all pages is the same height.
Another option is to replace the value of the overflow property from "hidden", for example, to "scroll" - then the block size can not be changed, but a scrollbar will appear on large texts.

C
che_aa, 2020-01-25
@BETS_05

Lol, probably open a python file through it, and not a simple text editor

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question