# Bug?: The font size of Meta line in inline list is suddenly bigger than the title?

**URL:** https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583
**Category:** Report a Bug
**Created:** [May 22, 2024, 9:26pm UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583 "2024-05-22T21:26:14Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![dhjr](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dhjr/32/61372_2.png) [@dhjr](https://community.glideapps.com/u/dhjr)
#### Post date: [May 22, 2024, 9:26pm UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/1 "2024-05-22T21:26:14Z")

</div>

Hello…

I don’t use CSS or anything, just the standard text but suddenly the display of my inline list has changed so that the text/font size for the META line is suddenly larger than the TITLE line.

Previously, the META text would appear in all caps, smaller and i believe a different font style than the TITLE. It is now larger and I don’t know why that is or how to fix it!

This is what it looks like at the moment… any ideas?

![Screenshot 2024-05-22 at 4.53.04 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/e/3e7085cf4790756c9cc9e55d7652cb1783673e9c.png)

---

<div class="post-metadata">

### Author: ![kabookie](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kabookie/32/10994_2.png) [@kabookie](https://community.glideapps.com/u/kabookie)
#### Post date: [May 22, 2024, 11:33pm UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/2 "2024-05-22T23:33:04Z")

</div>

I had this issue yesterday after an “update” on Glide. It is not larger in other places, just seems to be on lists. Looks awkward.

 ![CleanShot 2024-05-20 at 14.09.41@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/8/0816da3841b2b49609268d1f0b5899f1d246d733.jpeg)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 22, 2024, 11:50pm UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/3 "2024-05-22T23:50:17Z")

</div>

@NoCodeAndy Can you check this and report to the team? Thank you.

---

<div class="post-metadata">

### Author: ![Carbonsquare](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/carbonsquare/32/55224_2.png) [@Carbonsquare](https://community.glideapps.com/u/Carbonsquare)
#### Post date: [May 23, 2024, 2:03am UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/4 "2024-05-23T02:03:06Z")

</div>

This actually worked out as a plus for us since we use the list collection as an Agenda and the times stand out much better at the slightly larger size. But I can see how it might impact longer text.

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [May 23, 2024, 2:49am UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/5 "2024-05-23T02:49:22Z")

</div>

I prefer the classic model called inline-list where there are more fields allowing us to use options that suit our needs.

---

<div class="post-metadata">

### Author: ![Simon\_Hill](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/simon_hill/32/94730_2.png) [@Simon\_Hill](https://community.glideapps.com/u/Simon_Hill)
#### Post date: [May 23, 2024, 10:00am UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/6 "2024-05-23T10:00:11Z")

</div>

Yes, I noticed the change and it looks terrible. Can we please revert back!

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [May 23, 2024, 2:29pm UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/7 "2024-05-23T14:29:50Z")

</div>

For the time being, you can use the following code for those who have custom CSS

```auto
.meta-text .regular-text > p:nth-child(1) {
font-size: 0.75rem;
}

```

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [May 23, 2024, 3:31pm UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/8 "2024-05-23T15:31:19Z")

</div>

Flagged this for the team. Thanks for tagging me in @ThinhDinh!

---

<div class="post-metadata">

### Author: ![Carbonsquare](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/carbonsquare/32/55224_2.png) [@Carbonsquare](https://community.glideapps.com/u/Carbonsquare)
#### Post date: [May 25, 2024, 11:17am UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/9 "2024-05-25T11:17:36Z")

</div>

Glide Dev Team, let’s at least keep things consistent. The size of the highlighted META text was reduced back to a smaller font but now it’s NOT bold like everywhere else and almost non-visible on our list styled collection components.

@NoCodeAndy Can we at least have it bolded again the way it was in the original Glide design guidelines so that it stands out?

Please correct this once more. It may seem like a small change request but has a HUGE visual usability impact on our live production apps. Thank you.

META text should be **bolded** on the collection list view (so you don’t have to squint to read)…

 ![Screenshot_20240525_073439_Chrome](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/6/16107d27df639eb960512f6ac6305eecd710dd29.png)

Just like it is when you view the items detail view…

 ![Screenshot_20240525_073427_Chrome](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/d/7d4777ee963174cfc4ca727832347eafd94c2cad.png)

---

<div class="post-metadata">

### Author: ![Carbonsquare](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/carbonsquare/32/55224_2.png) [@Carbonsquare](https://community.glideapps.com/u/Carbonsquare)
#### Post date: [May 31, 2024, 5:10pm UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/10 "2024-05-31T17:10:00Z")

</div>

@NoCodeAndy I just wanted to make sure that you didn’t miss the second request on this issue about ensuring that the **Collection Component - List Styled View META** is “ **BOLDED** ” like it was originally. The font size has been corrected but the non-bolded META still is too small to be visibly seen on mobile phones. Our clients have noticed the change and are beginning to inquire.

This occurred during one of the last updates when the META font became too large and when it was corrected, the BOLDING was removed I suspect by accident. Could you ensure the Glide Dev Team is aware of this still pending issue? Thanks for all that you do! 🙂

Here is an iPhone screenshot of what I mean. It may appear ledgible on you PC or laptop but on the actual phone, it’s super small and the highlighted META text (event times in our case) is not bolded (almost non-visible). Once you open one of the list items, the bolding is in place for META text. This is the ONLY instance of non-bolded META text in Glide.

 ![iPhone META Not Bolded](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/6/f6d49b46830b3c373d811c5103a69c1d7ea352ae.jpeg)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 1, 2024, 12:30am UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/11 "2024-06-01T00:30:48Z")

</div>

@tristan Tagging for visibility, thank you for checking.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 28, 2024, 12:31am UTC](https://community.glideapps.com/t/bug-the-font-size-of-meta-line-in-inline-list-is-suddenly-bigger-than-the-title/73583/12 "2024-11-28T00:31:04Z")

</div>

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
