

It would be very nice if Airtable allowed us to expand that left sidebar further than they allow us to currently expand it.
In the meantime, have you tried increasing your Mac's display resolution in Apple Menu > System Settings > Displays?
That will buy you some extra space.
If you're desperate, you could use Tampermonkey / Greasemonkey to handle this for you too.  I've got a one liner that just removes the truncation so my automations look like this:

Here's the script:
// ==UserScript==
// @name         Airtable - Remove truncate of automation list
// @author       Adam - The Time Saving Company
// @match        https://airtable.com/*
// @grant        GM_addStyle
// ==/UserScript==
GM_addStyle('[aria-label="Automations Region"] .truncate { overflow: visible !important; white-space:normal !important; }');Works fine for me, but leme know if you hit any weirdness and I can take a look at it for you
Great ideas @ScottWorld & @TheTimeSavingCo ! I'll try those out!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.