Metadatapanel: Improve spacing between license links

The license links listed on the right are vertically pretty tight
next to eachother. Add some line-height to make them more readable.

Bug: T365192
Change-Id: Idd0e3d845188178656017ac3158b0a3451c24294
This commit is contained in:
Derk-Jan Hartman 2024-06-27 21:09:20 +02:00
parent 2a8b140ed3
commit 1833ce7f14

View file

@ -149,6 +149,7 @@
.mw-mmv-image-links {
margin: 0 20px;
word-break: break-word;
line-height: 1.5;
li {
list-style: none;