Skip to content

Commit

Permalink
AO3-6570 Import Work error message overflows for long URLs (#4716)
Browse files Browse the repository at this point in the history
* #AO3-6570 - set word-wrap on error element.

* #AO3-6570 - change element.

* #6570 - indent properly
  • Loading branch information
smclairecarden authored May 17, 2024
1 parent 4b56f1c commit 812d966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/stylesheets/site/2.0/22-system-messages.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ div.error {
clear: right;
box-shadow: inset 1px 1px 2px;
border-radius: 0.25em;
word-wrap: break-word;
}

.caution {
Expand Down

0 comments on commit 812d966

Please sign in to comment.