Set flex-shrink: 0 on file name in PDF log header (#23792)

GitOrigin-RevId: 5ba49fdf2715cd4839174c9dcd26b968b0834e27
This commit is contained in:
Alf Eaton
2025-02-26 09:03:57 +00:00
committed by Copybot
parent 9dee601ba3
commit 09ffc2b652
@@ -129,6 +129,7 @@
color: var(--content-primary-dark);
border-width: 0;
max-width: 33%;
flex-shrink: 0;
text-decoration: none; // needed for the "close button"
padding: 0 var(--spacing-03);