wrap caption in a box

This commit is contained in:
Marcell Mars 2020-12-11 01:54:13 +01:00
parent ccfca0af7d
commit 95fbcba77e
2 changed files with 4 additions and 1 deletions

View file

@ -31,8 +31,11 @@ iframe {
strong del { strong del {
/* font-weight: normal; */ /* font-weight: normal; */
display: inline;
text-decoration: none; text-decoration: none;
margin-left: 1rem; margin-left: 1rem;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
} }
table { table {

File diff suppressed because one or more lines are too long