diff --git a/extension.json b/extension.json index 339c8a5..75ed20e 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "ScryfallLinks", - "version": "1.2.1", + "version": "1.2.2", "author": [ "Nils Enevoldsen" ], diff --git a/modules/ext.scryfallLinks.less b/modules/ext.scryfallLinks.less index 55113a3..e6e23fb 100644 --- a/modules/ext.scryfallLinks.less +++ b/modules/ext.scryfallLinks.less @@ -42,7 +42,6 @@ } §ion { break-inside: avoid-column; - white-space: nowrap; overflow-x: hidden; padding-left: 1em; } @@ -51,6 +50,10 @@ width: 1.2em; text-align: right; } + &entry { + padding-left: 1.5em; + text-indent: -1.5em; + } &export { position: relative; float: right;