Teleport target font-size override should be on the ID

Follow-up to 882ed44615

Bug: T373875
Change-Id: I67c62b5dad6ff49b8d1f3bfe9c30085b4ce7fc09
This commit is contained in:
David Lynch 2024-09-16 11:58:25 -05:00
parent b9a9fe5094
commit 8f714bb7fe

View file

@ -1,5 +1,5 @@
@import 'mediawiki.skin.variables.less';
.mw-teleport-target {
#mw-teleport-target {
font-size: @font-size-base;
}