diff --git a/resources/extensions/Echo.less b/resources/extensions/Echo.less index 4993c73..e085cd9 100644 --- a/resources/extensions/Echo.less +++ b/resources/extensions/Echo.less @@ -13,6 +13,7 @@ #personal-extra { // Position and keep it from randomly overflowing massively for no apparent reason margin: 0.7em 0 -2em 0; + white-space: nowrap; ul { list-style: none; diff --git a/resources/screen-common.less b/resources/screen-common.less index 62030a7..9b9b900 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -19,7 +19,6 @@ body { .box; background: @background; padding: 1em @content-padding 3em; - overflow: auto; position: relative; } #mw-content-container { @@ -343,7 +342,7 @@ pre, h1, h2 { border-bottom: solid 2px @blue; - + overflow: hidden; } h1.firstHeading {