Просмотр исходного кода

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

GitOrigin-RevId: 5ba49fdf2715cd4839174c9dcd26b968b0834e27
Alf Eaton 1 год назад
Родитель
Сommit
09ffc2b652

+ 1 - 0
services/web/frontend/stylesheets/bootstrap-5/pages/editor/logs.scss

@@ -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);