Skip to content

Commit 34defd6

Browse files
feat(add_transformation_and_filters_to_remaining_frontend_parts): Added CSS rules to make modal render closer to input view
1 parent f342d0a commit 34defd6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Analysis/GWASApp/Components/AttritionTableWrapper/AttritionTableModal/AttritionTableModal.css

+22
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,25 @@
1717
.attrition-table-modal .euler-loading {
1818
text-align: center;
1919
}
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+
display: flex;
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

Comments
 (0)