From 36141a58afe8ab172d75bca45c675f59c9cf5ca1 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Fri, 2 Feb 2024 19:48:13 +0000 Subject: [PATCH] Don't break the creator name in admin petition list --- app/assets/stylesheets/petitions/admin/_list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/petitions/admin/_list.scss b/app/assets/stylesheets/petitions/admin/_list.scss index 7a2fbd7e2..a80d82827 100644 --- a/app/assets/stylesheets/petitions/admin/_list.scss +++ b/app/assets/stylesheets/petitions/admin/_list.scss @@ -33,6 +33,7 @@ .creator, .rejection { text-align: left; + white-space: nowrap; } .petition-id, .state, .notes, .tags {