Skip to content

Commit

Permalink
Update FetchQuestionStats.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
samliew committed Feb 1, 2019
1 parent 27b15d8 commit 92ecef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FetchQuestionStats.user.js
Expand Up @@ -3,7 +3,7 @@
// @description Display number of comments on each post in question lists. For mod queues, additional info (recent revision history) is also retrieved.
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
// @version 1.3.2
// @version 1.3.3
//
// @include https://*stackoverflow.com/*
// @include https://*serverfault.com/*
Expand Down Expand Up @@ -150,7 +150,7 @@
.flagged-post-row .statscontainer {
display: inline-flex;
justify-content: space-between;
width: 100%;
min-width: 100%;
margin: 10px 0 -10px;
padding: 8px 10px;
border: 1px solid #eee;
Expand Down

0 comments on commit 92ecef2

Please sign in to comment.