Skip to content

Commit 4881c84

Browse files
committed
BlockLog.vue: use the same font size as the rest of the page
Codex accordions by default get a larger font size. In our case, the accordion houses a data table, so we want the smaller (normal) font size to reduce clutter. Bug: T383180 Change-Id: I1e6e1dfa55b57e2be4420282ae179ba5368f0aae
1 parent 7e2f00c commit 4881c84

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)