We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17b9c7 commit fe0b792Copy full SHA for fe0b792
src/neo/components/TestRow/style.css
@@ -69,10 +69,6 @@
69
flex: 0% 1 1;
70
}
71
72
-.test-table tr td:last-child {
73
- align-self: center;
74
-}
75
-
76
.test-table td {
77
font-size: 12px;
78
@@ -112,12 +108,15 @@
112
108
.test-table tr .buttons > * {
113
109
min-height: 24px;
114
110
opacity: 0;
111
+ height: 100%;
115
116
117
.test-table tr .buttons button {
118
width: 22px;
119
height: 22px;
120
font-size: 20px;
+ margin: auto 0;
121
122
123
.test-table tr:hover .buttons > * {
0 commit comments