Merge pull request #4525 from marekjm/bugfix/issue-4499
Fix issue #4499: changed :width in .item_count to :min-width
This commit is contained in:
commit
e2825e6ba7
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1976,7 +1976,7 @@ ul#requested-scopes
|
|||
:display none
|
||||
|
||||
.item_count
|
||||
:width 16px
|
||||
:min-width 16px
|
||||
:line-height 16px
|
||||
:text-align center
|
||||
:float right
|
||||
|
|
|
|||
Loading…
Reference in a new issue