Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/154046

Change subject: Fix div width issue in well underneath code area
......................................................................

Fix div width issue in well underneath code area

Change-Id: I888d8056a2d6691dd72b8632ab57319418c669fd
---
M quarry/web/templates/query/view.html
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/quarry/web 
refs/changes/46/154046/1

diff --git a/quarry/web/templates/query/view.html 
b/quarry/web/templates/query/view.html
index 4331500..99f7a58 100644
--- a/quarry/web/templates/query/view.html
+++ b/quarry/web/templates/query/view.html
@@ -32,7 +32,7 @@
         <h3>SQL</h3>
         <textarea id="code">{% if latest_rev %}{{ latest_rev.text 
}}{%endif%}</textarea>
     </div>
-    <div class="row well">
+    <div class="well">
         <div class='col-md-8 only-edit'>
             By running queries you agree to the <a 
href="https://wikitech.wikimedia.org/wiki/Wikitech:Labs_Terms_of_use";>Labs 
ToS</a> and you irrevocably agree to release your SQL under <a 
href="https://creativecommons.org/publicdomain/zero/1.0/";>CC0 License</a>.
         </div>

-- 
To view, visit https://gerrit.wikimedia.org/r/154046
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I888d8056a2d6691dd72b8632ab57319418c669fd
Gerrit-PatchSet: 1
Gerrit-Project: analytics/quarry/web
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to