mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
Scope ::first-letter selector for print styles
`*::first-letter` causes problems in IE11 - only prints first page of a multi-page document
This commit is contained in:
parent
c8ec89a496
commit
2b73773953
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@
|
|||
*,
|
||||
*::before,
|
||||
*::after,
|
||||
*::first-letter,
|
||||
p::first-letter,
|
||||
div::first-letter,
|
||||
blockquote::first-letter,
|
||||
li::first-letter,
|
||||
p::first-line,
|
||||
div::first-line,
|
||||
blockquote::first-line,
|
||||
|
|
|
|||
Loading…
Reference in a new issue