Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct the link word wrapping within a container in Chrome.
  • Loading branch information
VixieTSQ authored Jan 24, 2021
commit fc0f60b462b9fb96c88cb2b9ec54c686d325cb8d
4 changes: 3 additions & 1 deletion normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ pre {
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
* 1. Remove the gray background on active links in IE 10.
* 2. Correct the link word wrapping within a container in Chrome.
*/

a {
background-color: transparent;
word-break: break-word;
}

/**
Expand Down