diff --git a/Changelog.md b/Changelog.md index fb3345747..c3bd5f787 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,7 @@ * Prevent overflow of too long strings in the single post view [#4487](https://github.com/diaspora/diaspora/pull/4487) * Disable submit button in sign up form after submission to avoid email already exists error [#4506](https://github.com/diaspora/diaspora/issues/4506) * Do not pull the 404 pages assets from Amazon S3 [#4501](https://github.com/diaspora/diaspora/pull/4501) +* Fix counter background does not cover more than 2 digits on profile [#4499](https://github.com/diaspora/diaspora/issues/4499) ## Features * Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index a976a28ab..2832832e0 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -1976,7 +1976,7 @@ ul#requested-scopes :display none .item_count - :width 16px + :min-width 16px :line-height 16px :text-align center :float right