Skip to content

Commit

Permalink
Remove CSS not allowing CdxMessage to wrap in small screens (#774)
Browse files Browse the repository at this point in the history
The fix makes the success message properly adjust its width in viewports below 640px in Chrome v119, Safari v17 or Firefox v119 

Bug: T347183
  • Loading branch information
guergana committed Nov 22, 2023
1 parent 9eb617f commit 769fe8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/Pages/Results.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ h2 {
.form-success-message {
max-width: 705px;
flex-shrink: 0;
flex-grow: 1;
order: 1;
}
Expand Down

0 comments on commit 769fe8d

Please sign in to comment.