Skip to content

Commit

Permalink
Merge pull request alphagov#897 from alphagov/add-nowrap-to-petition-…
Browse files Browse the repository at this point in the history
…creator

Don't break the creator name in admin petition list
  • Loading branch information
pixeltrix authored Feb 2, 2024
2 parents aa9ba03 + 36141a5 commit 45ded38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/petitions/admin/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

.creator, .rejection {
text-align: left;
white-space: nowrap;
}

.petition-id, .state, .notes, .tags {
Expand Down

0 comments on commit 45ded38

Please sign in to comment.