Skip to content

Commit fe0b792

Browse files
committed
fixed centering of testrow
1 parent f17b9c7 commit fe0b792

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/neo/components/TestRow/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@
6969
flex: 0% 1 1;
7070
}
7171

72-
.test-table tr td:last-child {
73-
align-self: center;
74-
}
75-
7672
.test-table td {
7773
font-size: 12px;
7874
}
@@ -112,12 +108,15 @@
112108
.test-table tr .buttons > * {
113109
min-height: 24px;
114110
opacity: 0;
111+
height: 100%;
115112
}
116113

117114
.test-table tr .buttons button {
118115
width: 22px;
119116
height: 22px;
120117
font-size: 20px;
118+
height: 100%;
119+
margin: auto 0;
121120
}
122121

123122
.test-table tr:hover .buttons > * {

0 commit comments

Comments
 (0)