Chrome 144 breaks css on Mobile Android #10

Closed
opened 2026-02-01 23:16:55 -05:00 by bike · 0 comments
Owner

This is a weird one, I've been using Android Studio to recreate and help diagnose what is going one. Chrome 144 has lots of new changes.

BikeBike utilizes a 12 col grid layout, and for some reason where this happens:

<tr>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
  <th class="column-set"></th>
</tr>

When these columns go away the problem is most solved.

This is a weird one, I've been using Android Studio to recreate and help diagnose what is going one. Chrome 144 has lots of new changes. BikeBike utilizes a 12 col grid layout, and for some reason where this happens: ``` <tr> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> <th class="column-set"></th> </tr> ``` When these columns go away the problem is most solved.
Sign in to join this conversation.
No description provided.