Unverified Commit ce40ec12 authored by Steffen van Bergerem's avatar Steffen van Bergerem Committed by Benjamin Neff
Browse files

Fix mixed username and timestamp with LTR/RTL scripts

Fixes #7424

closes #7575
parent c91c19b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@
    .author-name {
      font-weight: bold;
      margin-bottom: 4px;
      unicode-bidi: isolate;
    }
    .feedback {
      margin-top: 5px;