wrap caption in a box
This commit is contained in:
parent
ccfca0af7d
commit
95fbcba77e
2 changed files with 4 additions and 1 deletions
|
@ -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
Loading…
Add table
Reference in a new issue