fix: video beyond the interface

pull/568/head
Seaton Jiang 2022-11-27 21:52:23 +08:00
parent 8e158679fd
commit bbcae67562
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
1 changed files with 4 additions and 0 deletions

View File

@ -949,6 +949,10 @@ ol {
word-break: break-word; word-break: break-word;
} }
.k-main .details .article .content video {
width: 100%;
}
.k-main .details .article .content::after, .k-main .details .article .content::after,
.k-main .details .article .content p::after { .k-main .details .article .content p::after {
clear: both; clear: both;