mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user