From 296f24a6005daccd0407ba97ee943e84c52054c6 Mon Sep 17 00:00:00 2001 From: Tim Lovell-Smith Date: Sun, 27 Oct 2013 00:50:49 -0700 Subject: [PATCH] Fixes #1014 - whole UI jumping due to social button render issues (button area still look a bit jumpy with this fix but now it wont affect rest of this page) --- src/NuGetGallery/Views/Packages/DisplayPackage.cshtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml b/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml index 36e4cf0011..4b45793a6e 100644 --- a/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml +++ b/src/NuGetGallery/Views/Packages/DisplayPackage.cshtml @@ -212,8 +212,10 @@ {

Requires NuGet @Model.MinClientVersion or higher.

} -
-
+
+
+
+
@if (!String.IsNullOrWhiteSpace(Model.ReleaseNotes)) {