# Lots more whitespace in Latest view after upgrading to 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:** [February 5, 2025, 12:32am 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:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mcdanlj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcdanlj/32/131829_2.png) [@mcdanlj](https://meta.discourse.org/u/mcdanlj)
#### Post date: [February 5, 2025, 12:32am UTC](https://meta.discourse.org/t/lots-more-whitespace-in-latest-view-after-upgrading-to-3-5-0/350548/1 "2025-02-05T00:32:45Z")

</div>

I have upgraded to 3.5.0.beta1, and the latest view has a lot of vertical whitespace that it didn’t previously have in the Neutral, light, graceful, and dark themes (all the themes I have installed). Of course, I can’t undo the update to take a screen shot from before the update, but I am seeing poor alignment of icons (see the bookmark and pinned icons on the “Getting Started” topic" here), and lots of empty space in each entry.

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/f/8/9f87bcf38f367e544f746017b43783efa70fa3b1.png)

This is a significant reduction in utility of the Latest view for me. Is this an intentional UX change in the update, or a CSS bug?

Here’s a comparison with another site running 2.4.0.beta3, showing the difference in space around the title, separating it from the category:

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/d/e/8de9fb841cf41da9dfbbbba4cd7f7096448d7ee0.png)

---

<div class="post-metadata">

### Author: ![mcdanlj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcdanlj/32/131829_2.png) [@mcdanlj](https://meta.discourse.org/u/mcdanlj)
#### Post date: [March 2, 2025, 3:24am UTC](https://meta.discourse.org/t/lots-more-whitespace-in-latest-view-after-upgrading-to-3-5-0/350548/2 "2025-03-02T03:24:34Z")

</div>

I updated today and this has persisted. Is no one else seeing anything like this?

---

<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: [March 2, 2025, 4:39am 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 From what I see on your forum, it’s related to [Discourse Tooltips](https://meta.discourse.org/t/discourse-tooltips/69304).

It might be possible a side-effect of the update to use the `topic-link` plugin outlet and CSS adjustments might be missing.  
I did not check much yet.

A quick CSS fix that you can try, for now:

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

```

---

<div class="post-metadata">

### Author: ![mcdanlj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcdanlj/32/131829_2.png) [@mcdanlj](https://meta.discourse.org/u/mcdanlj)
#### Post date: [March 2, 2025, 12:09pm UTC](https://meta.discourse.org/t/lots-more-whitespace-in-latest-view-after-upgrading-to-3-5-0/350548/4 "2025-03-02T12:09:52Z")

</div>

I had missed that when I was testing disabling plugins! Nice catch, that’s definitely it. ❤

The CSS fix isn’t working for me (and I have confirmed that it’s being sent), but I don’t know how important the tooltips are either. 😃
