Merge branch 'hpetru-4864-ui-bug-when-tag-is-long' into develop
This commit is contained in:
commit
07aec2a630
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
* Do not parse hashtags inside Markdown links [#3692](https://github.com/diaspora/diaspora/issues/3692)
|
* Do not parse hashtags inside Markdown links [#3692](https://github.com/diaspora/diaspora/issues/3692)
|
||||||
* Restore comment textarea content after revealing more comments [#4514](https://github.com/diaspora/diaspora/issues/4514)
|
* Restore comment textarea content after revealing more comments [#4514](https://github.com/diaspora/diaspora/issues/4514)
|
||||||
* OpenGraph: don't make description into links [#4492](https://github.com/diaspora/diaspora/issues/4492)
|
* OpenGraph: don't make description into links [#4492](https://github.com/diaspora/diaspora/issues/4492)
|
||||||
|
* Don't cut off long tags in stream posts [#4864](https://github.com/diaspora/diaspora/issues/4864)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* You can report a single post by clicking the correct icon in the controler section [#4517](https://github.com/diaspora/diaspora/pull/4517)
|
* You can report a single post by clicking the correct icon in the controler section [#4517](https://github.com/diaspora/diaspora/pull/4517)
|
||||||
|
|
|
||||||
|
|
@ -879,6 +879,7 @@ ul#press_logos
|
||||||
|
|
||||||
.tag
|
.tag
|
||||||
:display inline-block
|
:display inline-block
|
||||||
|
:max-width 100%
|
||||||
&:hover
|
&:hover
|
||||||
:text
|
:text
|
||||||
:decoration underline
|
:decoration underline
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue