Commit 17e41098 authored by Mark Otto's avatar Mark Otto

Fixes #12824: Remove white-space: nowrap from code elements

parent 8526adf6
...@@ -1657,7 +1657,6 @@ code { ...@@ -1657,7 +1657,6 @@ code {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
color: #c7254e; color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4; background-color: #f9f2f4;
border-radius: 4px; border-radius: 4px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1314,7 +1314,6 @@ code { ...@@ -1314,7 +1314,6 @@ code {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
color: #c7254e; color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4; background-color: #f9f2f4;
border-radius: 4px; border-radius: 4px;
} }
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -17,7 +17,6 @@ code { ...@@ -17,7 +17,6 @@ code {
font-size: 90%; font-size: 90%;
color: @code-color; color: @code-color;
background-color: @code-bg; background-color: @code-bg;
white-space: nowrap;
border-radius: @border-radius-base; border-radius: @border-radius-base;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment