mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 23:44:41 +00:00
Merge pull request #21095 from patrickhlauke/v4-docs-print-fixes
Scope ::first-letter selector for print styles
This commit is contained in:
commit
e63c617fe4
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