mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
Fix docs sidebar truncated (#24970)
* Regression after #24927
(cherry picked from commit f80a076588)
This commit is contained in:
committed by
narimiran
parent
f209041be0
commit
7d6695b51f
@@ -128,7 +128,6 @@ html {
|
||||
-ms-text-size-adjust: 100%; }
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
|
||||
|
||||
@@ -128,7 +128,6 @@ html {
|
||||
-ms-text-size-adjust: 100%; }
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user