Fix specificity for mw-body-content in VE overlay

Bug: T287733
Change-Id: I7eaef3ef89a23932edd5abdd74703eb3297ee061
This commit is contained in:
Ed Sanders 2021-11-12 17:55:44 +00:00
parent d8329b36a3
commit e9dd51a71b

View file

@ -39,5 +39,7 @@
.ve-ui-overlay .mw-body-content {
/* Fix font-size for surfaces inside UI overlays */
font-size: 1em;
/* Increase specificity to deal with :not selector hack in core's typography.less */
/* stylelint-disable-next-line declaration-no-important */
font-size: 1em !important;
}