Skip to content

Commit f7695e7

Browse files
jenkins-botGerrit Code Review
jenkins-bot
authored and
Gerrit Code Review
committed
Merge "BlockLog.vue: use the same font size as the rest of the page"
2 parents 9854bb0 + 4881c84 commit f7695e7

File tree

1 file changed

+4
-0
lines changed
  • resources/src/mediawiki.special.block/components

1 file changed

+4
-0
lines changed

resources/src/mediawiki.special.block/components/BlockLog.vue

+4
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ module.exports = exports = defineComponent( {
308308
table ul {
309309
margin: 0;
310310
}
311+
312+
.cdx-accordion__content {
313+
font-size: unset;
314+
}
311315
}
312316
313317
.mw-block-log-fulllog {

0 commit comments

Comments
 (0)