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
Copy file name to clipboardExpand all lines: packages/sites/ortho-site/webapp/wdkCustomization/js/client/records/GroupStats.tsx
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,21 @@ export function RecordTable_GroupStats(
13
13
<div
14
14
style={{
15
15
display: 'flex',
16
-
flexDirection: 'column',
16
+
flexDirection: 'row',
17
+
flexWrap: 'wrap',
18
+
columnGap: '2em',// only separate when side-by-side (no rowGap)
17
19
}}
18
20
>
19
21
{regularRecordTable}
20
22
<figure
21
23
style={{
22
-
width: 390,
24
+
width: 400,
23
25
}}
24
26
>
25
27
<img
26
28
alt="The histogram shows the distribution of the median percent identity cohesiveness indicator across all orthologous groups. There is a skewed distribution with a peak at 0-5% identity."
0 commit comments