Skip to content

Commit

Permalink
Fix CSS id
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro5042 authored Jul 18, 2019
1 parent d8ef58c commit 5b86cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azdo-pr-dashboard.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==

// @name AzDO Pull Request Improvements
// @version 2.20.1
// @version 2.20.2
// @author Alejandro Barreto (National Instruments)
// @description Adds sorting and categorization to the PR dashboard. Also adds minor improvements to the PR diff experience, such as a base update selector and per-file checkboxes.
// @license MIT
Expand Down Expand Up @@ -57,7 +57,7 @@
}

function makePullRequestDiffEasierToScroll() {
addStyleOnce('base-selector-css', /* css */ `
addStyleOnce('pr-diff-improvements', /* css */ `
.vc-change-summary-files .file-container {
/* Make the divs float but clear them so they get stacked on top of each other. We float so that the divs expand to take up the width of the text in it. Finally, we remove the overflow property so that they don't have scrollbars and also such that we can have sticky elements (apparently, sticky elements don't work if the div has overflow). */
float: left;
Expand Down

0 comments on commit 5b86cc0

Please sign in to comment.