diff --git a/WebHostLib/static/styles/themes/dirt.css b/WebHostLib/static/styles/themes/dirt.css index 8f054040..6452deff 100644 --- a/WebHostLib/static/styles/themes/dirt.css +++ b/WebHostLib/static/styles/themes/dirt.css @@ -52,6 +52,7 @@ pre{ pre code{ border: none; + display: block; } code{ diff --git a/WebHostLib/static/styles/themes/grass-flowers.css b/WebHostLib/static/styles/themes/grass-flowers.css index 8006593d..f539b40f 100644 --- a/WebHostLib/static/styles/themes/grass-flowers.css +++ b/WebHostLib/static/styles/themes/grass-flowers.css @@ -52,6 +52,7 @@ pre{ pre code{ border: none; + display: block; } code{ diff --git a/WebHostLib/static/styles/themes/grass.css b/WebHostLib/static/styles/themes/grass.css index 79611804..b238435f 100644 --- a/WebHostLib/static/styles/themes/grass.css +++ b/WebHostLib/static/styles/themes/grass.css @@ -52,6 +52,7 @@ pre{ pre code{ border: none; + display: block; } code{ diff --git a/WebHostLib/static/styles/themes/ice.css b/WebHostLib/static/styles/themes/ice.css index d8768dcb..1ff702a7 100644 --- a/WebHostLib/static/styles/themes/ice.css +++ b/WebHostLib/static/styles/themes/ice.css @@ -52,6 +52,7 @@ pre{ pre code{ border: none; + display: block; } code{ diff --git a/WebHostLib/static/styles/themes/jungle.css b/WebHostLib/static/styles/themes/jungle.css index a6808658..b4ca2894 100644 --- a/WebHostLib/static/styles/themes/jungle.css +++ b/WebHostLib/static/styles/themes/jungle.css @@ -52,6 +52,7 @@ pre{ pre code{ border: none; + display: block; } code{ diff --git a/WebHostLib/static/styles/themes/ocean.css b/WebHostLib/static/styles/themes/ocean.css index fcfaa7f9..4b13c700 100644 --- a/WebHostLib/static/styles/themes/ocean.css +++ b/WebHostLib/static/styles/themes/ocean.css @@ -53,6 +53,7 @@ pre{ pre code{ border: none; + display: block; } code{ diff --git a/WebHostLib/static/styles/themes/party-time.css b/WebHostLib/static/styles/themes/party-time.css index 1e2041b8..02fb37ef 100644 --- a/WebHostLib/static/styles/themes/party-time.css +++ b/WebHostLib/static/styles/themes/party-time.css @@ -52,6 +52,7 @@ pre{ pre code{ border: none; + display: block; } code{ diff --git a/WebHostLib/static/styles/themes/stone.css b/WebHostLib/static/styles/themes/stone.css index 0e020c60..4c123a0b 100644 --- a/WebHostLib/static/styles/themes/stone.css +++ b/WebHostLib/static/styles/themes/stone.css @@ -50,6 +50,7 @@ pre{ pre code{ border: none; + display: block; } code{