diff --git a/css/baoi-fields.css b/css/baoi-fields.css index 8eb578e8..d8cdc2bb 100644 --- a/css/baoi-fields.css +++ b/css/baoi-fields.css @@ -17,3 +17,6 @@ margin: 0 .5rem 0 0; } +input[id*="artist-credits-anv"] { + min-width: 275px; +} diff --git a/manifest.json b/manifest.json index e3aa7608..2d340ab0 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Discogs Enhancer", "short_name": "Discogs Enhancer", "description": "Adds a dark theme, block sellers, price comparisons, currency converter, configurable quick search, & more to Discogs!", - "version": "3.6.2", + "version": "3.6.3", "author": "Matthew Salcido", "homepage_url": "https://www.discogs-enhancer.com", "action": { diff --git a/package-lock.json b/package-lock.json index cacde10f..0929fd49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "discogs-enhancer", - "version": "3.6.2", + "version": "3.6.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1a3cd2b9..31c9db9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discogs-enhancer", - "version": "3.6.2", + "version": "3.6.3", "description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com", "main": "index.js", "scripts": { diff --git a/readme.md b/readme.md index 13280495..3b5cc883 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@