mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
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:
parent
2a8b140ed3
commit
1833ce7f14
|
@ -149,6 +149,7 @@
|
|||
.mw-mmv-image-links {
|
||||
margin: 0 20px;
|
||||
word-break: break-word;
|
||||
line-height: 1.5;
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
|
|
Loading…
Reference in a new issue