Commit 568279f 1 parent ed7e428 commit 568279f Copy full SHA for 568279f
File tree 2 files changed +10
-4
lines changed
client/components/TestManagement
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ const PhaseText = styled.span`
30
30
}
31
31
` ;
32
32
33
- const NoPhaseText = styled . span `
34
- margin-left: 12px;
35
- ` ;
36
-
37
33
const PhaseDot = styled . span `
38
34
display: inline-block;
39
35
height: 10px;
@@ -55,6 +51,11 @@ const PhaseDot = styled.span`
55
51
}
56
52
` ;
57
53
54
+ const NoPhaseText = styled . span `
55
+ margin-left: 12px;
56
+ margin-right: 12px;
57
+ ` ;
58
+
58
59
const StatusSummaryRow = ( { reportResult, testPlanVersion } ) => {
59
60
const [ bulkUpdateTestPlanReportStatusMutation ] = useMutation (
60
61
BULK_UPDATE_TEST_PLAN_REPORT_STATUS_MUTATION
Original file line number Diff line number Diff line change 5
5
6
6
.test-management .table tbody tr th {
7
7
padding : 20px ;
8
+ vertical-align : middle;
9
+ }
10
+
11
+ .test-management .table tbody tr td {
12
+ vertical-align : middle;
8
13
}
9
14
10
15
.test-management .table th .phase {
You can’t perform that action at this time.
0 commit comments