mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
When the addressDescription looks like a URI, we highlight it with markdown and set its click handler to open the URL when clicked. We were also making it bold, which seems to break macOS's menubar width calculation, causing the field to truncate (typically after `https://`) instead of expanding the container to contain it. By removing the bold formatting, the container is properly sized, fixing the display issue. # Before <img width="553" alt="Screenshot 2024-09-07 at 10 44 37 AM" src="https://github.com/user-attachments/assets/4596bf54-918d-4a59-81d6-a18e436da5ad"> # After <img width="569" alt="Screenshot 2024-09-07 at 10 45 38 AM" src="https://github.com/user-attachments/assets/0400731f-e189-4416-a670-d5c3b314d71b">