Skip to content

Commit 0c30b2e

Browse files
add header tags (#9446)
1 parent a656006 commit 0c30b2e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/NuGetGallery/Views/Users/ApiKeys.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,7 @@
336336

337337
<div class="row">
338338
<div class="col-sm-12 form-group">
339-
<b id="select-scopes" class="ms-fontSize-xl">Select Scopes</b>
340-
<br />
339+
<h4 id="select-scopes" class="ms-fontSize-xl"><b>Select Scopes</b></h4>
341340
<span class="has-error">
342341
<span class="help-block" data-bind="text: ScopesError" aria-live="polite" role="alert"></span>
343342
</span>
@@ -394,7 +393,7 @@
394393
<!-- /ko -->
395394
<div class="row">
396395
<div class="col-sm-12">
397-
<b class="ms-fontSize-xl">Select Packages</b>
396+
<h4 class="ms-fontSize-xl"><b>Select Packages</b></h4>
398397
<p>
399398
To select which packages to associate with a key, use a glob pattern, select
400399
individual packages, or both.

0 commit comments

Comments
 (0)