Fix mixed username and timestamp with LTR/RTL scripts
Fixes #7424 closes #7575
This commit is contained in:
parent
c91c19b633
commit
ce40ec128f
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
## Bug fixes
|
||||
* Fix displaying polls with long answers [#7579](https://github.com/diaspora/diaspora/pull/7579)
|
||||
* Fix S3 support [#7566](https://github.com/diaspora/diaspora/pull/7566)
|
||||
* Fix mixed username and timestamp with LTR/RTL scripts [#7575](https://github.com/diaspora/diaspora/pull/7575)
|
||||
|
||||
## Features
|
||||
* Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530)
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@
|
|||
.author-name {
|
||||
font-weight: bold;
|
||||
margin-bottom: 4px;
|
||||
unicode-bidi: isolate;
|
||||
}
|
||||
.feedback {
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue