Skip to content

Commit

Permalink
Merge pull request #1214 from nextcloud/fix-formatting-span
Browse files Browse the repository at this point in the history
dont format spans as display: block (fix for #1085)
  • Loading branch information
David-Development authored May 21, 2023
2 parents 412874e + b989624 commit 90245b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Changed - <a href="https://github.com/nextcloud/news-android/pull/1200">!1200 - Bail out early on generating unread rss items notifications (thanks to @Unpublished)</a>
- Changed - <a href="https://github.com/nextcloud/news-android/pull/1199">!1199 - Housekeeping / Remove unused classes (thanks to @Unpublished)</a>
- Changed - <a href="https://github.com/nextcloud/news-android/pull/1195">!1195 - Migrate some classes to Kotlin (thanks to @Unpublished)</a>
- Fixed - <a href="https://github.com/nextcloud/news-android/pull/1214">!1214 - Text formatting is a bit weird</a>


0.9.9.79
---------------------
Expand Down
4 changes: 0 additions & 4 deletions News-Android-App/src/main/assets/web.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ body, blockquote, img, iframe, video, div, table, tbody, tr, td, pre, code, bloc
max-width: 100% !important;
}

span {
display: block;
}

body {
font-size: var(--fontsize-body);
font-weight: normal;
Expand Down

0 comments on commit 90245b0

Please sign in to comment.