JSON content: Fix table margins

Change-Id: I50a2203adb66e634f9d995225075dc29a34ab4dd
This commit is contained in:
Ed Sanders 2019-05-03 16:27:33 +01:00 committed by James D. Forrester
parent 65f5a71d0c
commit d6dc73063d
2 changed files with 6 additions and 0 deletions

View File

@ -175,6 +175,9 @@
],
"mobile.notifications.overlay": [
"skinStyles/mobile.notifications.overlay/minerva.less"
],
"mediawiki.content.json": [
"skinStyles/mediawiki.content-json/minerva.less"
]
}
},

View File

@ -0,0 +1,3 @@
.content .mw-json {
margin: 0;
}