Ghost/ghost/admin/app/styles
Kevin Ansfield a76465b5ee Fixed columns resizing whilst scrolling members list
no issue

- the members list uses occluded rendering to keep scrolling performance high but this will cause constant reflows of the table contents whilst scrolling because contents are swapped in and out causing the browser to adjust the column widths to match longest/shortest content in the currently rendered set of rows
- applying `table-layout: fixed` to the table means that columns will always match the sizes defined by the first row of the table (in this case the header) ensuring that there is no dynamic resizing whilst scrolling
2020-05-28 12:59:34 +01:00
..
components Fixed toaster content spacing 2020-03-18 13:43:11 +01:00
layouts Fixed columns resizing whilst scrolling members list 2020-05-28 12:59:34 +01:00
patterns Fixed FF dropdown visual bug 2020-05-20 09:49:12 +02:00
spirit Refined email card help styles 2020-04-23 14:46:44 +02:00
app-dark.css Icon fixes on integrations night shift 2020-04-20 17:51:56 +02:00
app.css Moved billing page to a popup 2020-04-09 17:26:11 +12:00