Skip to content

Commit 62fe476

Browse files
feat(add_transformation_and_filters_to_remaining_frontend_parts): Moved 3rd column over a touch to better match other view
1 parent 34defd6 commit 62fe476

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
min-width: 180px;
3737
}
3838

39+
.attrition-table-modal .outlier-inputs .GWASUI-column:nth-child(3) {
40+
margin-left: 35px;
41+
}
42+
3943
.attrition-table-modal .outlier-inputs .GWASUI-column:nth-child(even) {
4044
margin-left: -25px;
4145
}

0 commit comments

Comments
 (0)