# Deutlich mehr Leerraum in der neuesten Ansicht nach Update auf 3.5.0

**URL:** https://meta.discourse.org/t/lots-more-whitespace-in-latest-view-after-upgrading-to-3-5-0/350548
**Category:** Support
**Tags:** tooltips
**Created:** [5. Februar 2025 um 00:32 UTC](https://meta.discourse.org/t/lots-more-whitespace-in-latest-view-after-upgrading-to-3-5-0/350548 "2025-02-05T00:32:45Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [2. März 2025 um 04:39 UTC](https://meta.discourse.org/t/lots-more-whitespace-in-latest-view-after-upgrading-to-3-5-0/350548/3 "2025-03-02T04:39:43Z")

</div>

@mcdanlj Soweit ich das in Ihrem Forum sehe, hängt es mit [Discourse Tooltips](https://meta.discourse.org/t/discourse-tooltips/69304) zusammen.

Es ist möglich, dass dies eine Nebenwirkung des Updates zur Verwendung des `topic-link`-Plugin-Outlets ist und CSS-Anpassungen fehlen.  
Ich habe noch nicht viel überprüft.

Eine schnelle CSS-Korrektur, die Sie vorerst ausprobieren können:

```css
.link-top-line > .fk-d-tooltip__trigger-container {
  display: block;
}

```

---

_[View the full topic](https://meta.discourse.org/t/lots-more-whitespace-in-latest-view-after-upgrading-to-3-5-0/350548)._
