Skip to content

Commit adf9655

Browse files
authored
Top-align install script button (#10592)
1 parent 39eb02d commit adf9655

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-display-package.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
.install-script {
469469
display: flex;
470470
justify-content: space-between;
471-
align-items: center;
471+
align-items: start;
472472
padding: 6px 8px;
473473
background-color: var(--neutralBackground1Rest);
474474
font-family: @font-family-monospace;

src/NuGetGallery/Content/gallery/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)