You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rosa and I were looking at your table re. mobile view. cc @rosalie-baxter.
Maybe you can add the following to your table CSS. This lets you scroll across horizontally to see the rest of the table content without having to resize the table/ make content smaller.
table {
padding: 1rem;
overflow-x: auto;
}
The text was updated successfully, but these errors were encountered:
also not a massive biggy but might be tempted to change the way the background image renders on mobile? just as you can't really tell what it is at that scale
Rosa and I were looking at your table re. mobile view. cc @rosalie-baxter.
Maybe you can add the following to your table CSS. This lets you scroll across horizontally to see the rest of the table content without having to resize the table/ make content smaller.
The text was updated successfully, but these errors were encountered: