File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public static class GalleryConstants
1717 public const int ColumnsAuthenticationMd = 4 ;
1818 public const int ColumnsWideAuthenticationSm = 8 ;
1919 public const int ColumnsWideAuthenticationMd = 6 ;
20- public const int ColumnsFormMd = 10 ;
20+ public const int ColumnsFormMd = 12 ;
2121
2222 public const int VisibleVersions = 5 ;
2323
Original file line number Diff line number Diff line change 22@{
33 ViewBag .Title = " Upload Package" ;
44 ViewBag .Tab = " Upload" ;
5+ ViewBag .MdPageColumns = GalleryConstants .ColumnsFormMd ;
56 var placeholder = Model .IsSymbolsUploadEnabled
67 ? " Browse or Drop files to select a package (.nupkg) or symbols package (.snupkg)..."
78 : " Browse or Drop files to select a package (.nupkg)" ;
Original file line number Diff line number Diff line change 11@model UserAccountViewModel
22@{
33 ViewBag .Title = " Account Settings" ;
4-
4+ ViewBag . MdPageColumns = GalleryConstants . ColumnsFormMd ;
55 TempData [" Parent" ] = this ;
66}
77
Original file line number Diff line number Diff line change 22@using NuGetGallery .Authentication
33@{
44 ViewBag .Title = " API Keys" ;
5+ ViewBag .MdPageColumns = GalleryConstants .ColumnsFormMd ;
56}
67
78<section role =" main" class =" container main-container page-api-keys" >
You can’t perform that action at this time.
0 commit comments