Skip to content

Commit

Permalink
fixes text overhang in failure message (#4462)
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnie authored Sep 7, 2022
1 parent d03bcb1 commit 9fb2ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.failed {
@apply bg-[#EB5A291A] capitalize text-sm font-sans text-[#B94118] font-normal p-0.5 pr-3 pl-3 rounded-[10px] inline-block m-0 mt-1;
@apply bg-[#EB5A291A] capitalize text-sm font-sans text-[#B94118] font-normal p-0.5 pr-3 pl-3 rounded-[10px] inline-block m-0 mt-1 break-all;

box-sizing: border-box;
}
Expand Down

0 comments on commit 9fb2ddc

Please sign in to comment.