Fix width of preview in Vector 2022

Change-Id: Iea3109239a8d6519e7f93c8447ccfd40f1dc3aab
This commit is contained in:
Ed Sanders 2023-11-16 11:08:09 +00:00 committed by Esanders
parent 618e87b6b5
commit 60f9dc2191

View file

@ -115,5 +115,7 @@
/* Override specificity in Monobook */
/* stylelint-disable-next-line declaration-no-important */
margin: 0 !important;
/* Override grid layout in Vector-2022 */
display: block;
}
}