Skip to content

Commit

Permalink
Restore side-by-side diffs to full width
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro5042 authored Jul 18, 2019
1 parent 48bf0c2 commit d8ef58c
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.0
// @version 2.20.1
// @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 @@ -62,7 +62,7 @@
/* 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;
clear: both;
min-width: 75%;
min-width: 95%;
overflow: initial;
}
.vc-change-summary-files .file-row {
Expand Down

0 comments on commit d8ef58c

Please sign in to comment.