You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using One Dark theme it can customize font size.
Since you already fix the font-size it might overwrite my theme font size setting.
Steps to Reproduce
Use One Dark Theme
Set font size : 14
Open tree of remote ftp
Expected behavior: [What you expect to happen]
font size of remote ftp tree view should be same as the original tree view
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
You can get this information from copy and pasting the output of atom --version from the command line. Also, please include the OS and what version of the OS you're running.
Additional Information
I fix this by modify remote-ftp.less in line 171
--font-size: @font-size;
++font-size: @ui-size;
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
I was using One Dark theme it can customize font size.
Since you already fix the font-size it might overwrite my theme font size setting.
Steps to Reproduce
Expected behavior: [What you expect to happen]
font size of remote ftp tree view should be same as the original tree view
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
You can get this information from copy and pasting the output of
atom --version
from the command line. Also, please include the OS and what version of the OS you're running.Additional Information
I fix this by modify remote-ftp.less in line 171
--font-size: @font-size;
++font-size: @ui-size;
The text was updated successfully, but these errors were encountered: