Fix l'overflow de la décoration du blockquote.
This commit is contained in:
parent
b244052b8d
commit
a444e8067b
3 changed files with 6 additions and 2 deletions
|
@ -50,6 +50,8 @@ blockquote {
|
|||
blockquote::before {
|
||||
content: "\201C";
|
||||
position: absolute;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-family: georgia, serif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue