We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a656006 commit 0c30b2eCopy full SHA for 0c30b2e
1 file changed
src/NuGetGallery/Views/Users/ApiKeys.cshtml
@@ -336,8 +336,7 @@
336
337
<div class="row">
338
<div class="col-sm-12 form-group">
339
- <b id="select-scopes" class="ms-fontSize-xl">Select Scopes</b>
340
- <br />
+ <h4 id="select-scopes" class="ms-fontSize-xl"><b>Select Scopes</b></h4>
341
<span class="has-error">
342
<span class="help-block" data-bind="text: ScopesError" aria-live="polite" role="alert"></span>
343
</span>
@@ -394,7 +393,7 @@
394
393
<!-- /ko -->
395
396
<div class="col-sm-12">
397
- <b class="ms-fontSize-xl">Select Packages</b>
+ <h4 class="ms-fontSize-xl"><b>Select Packages</b></h4>
398
<p>
399
To select which packages to associate with a key, use a glob pattern, select
400
individual packages, or both.
0 commit comments