Display the options text as A.I. writes it

When using `Gens Per Action`, display the options text as A.I. writes it. White space are preserved and break lines as necessary.
This commit is contained in:
jojorne 2022-01-22 17:10:35 -03:00 committed by GitHub
parent 9cddaa8041
commit 47dbddff78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1243,6 +1243,7 @@ body.connected .popupfooter, .popupfooter.always-available {
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
white-space: pre-wrap;
}
.seqselitem:hover {