We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f342d0a commit 34defd6Copy full SHA for 34defd6
src/Analysis/GWASApp/Components/AttritionTableWrapper/AttritionTableModal/AttritionTableModal.css
@@ -17,3 +17,25 @@
17
.attrition-table-modal .euler-loading {
18
text-align: center;
19
}
20
+
21
+.attrition-table-modal .GWASUI-row {
22
+ display: flex;
23
+ flex-direction: row;
24
+ flex-wrap: wrap;
25
+ width: 100%;
26
+}
27
28
+.attrition-table-modal .GWASUI-column {
29
30
+ flex-direction: column;
31
+ flex-basis: 100%;
32
+ flex: 1;
33
34
35
+.attrition-table-modal .outlier-inputs .GWASUI-column:nth-child(odd) {
36
+ min-width: 180px;
37
38
39
+.attrition-table-modal .outlier-inputs .GWASUI-column:nth-child(even) {
40
+ margin-left: -25px;
41
0 commit comments