Mysql workbench left schemas window database and table name font size cannot be set?

how to adjust the font size of the schemas window database and table name on the left side of mysql workbench?

ubuntu Mysql workbench, is shown in figure, database name and table name fonts are really too small

Oct.31,2021

you can modify workbench.css directly

cd /usr/share/mysql-workbench
sudo vi workbench.css

if you don't have this directory, you can use the find command to find the file location

sudo find / -name workbench.css
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b816-2baf0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b816-2baf0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?