Updated display text wrapping style

Update style to align copy button within the wrapper
pull/200/head
Alex Waterson-Rosso 2023-03-23 21:42:13 -04:00
parent 88ac071fd5
commit d43c163baa
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ body {
min-width: 140ch;
}
.display_text_wrapping {
width: 100%;
}
.display_text_wrapping .cm_content {
min-width: 100%;
}