File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
pageComponents/DatabasePage/ForTests Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
li {
20
- @apply min-w-[150 px ];
20
+ @apply min-w-[130 px ];
21
21
}
22
22
23
23
@screen lg {
Original file line number Diff line number Diff line change 40
40
}
41
41
42
42
.inlineEditInput {
43
- @apply bg-transparent border border-transparent text-base font-semibold text-storm-500 px-1 py-0.5 m-0 outline-none rounded transition-all;
44
- min-width : 100 px ;
43
+ @apply bg-transparent border border-transparent text-base font-semibold text-storm-500 px-1 py-0.5 mt-0 mb-0 ml-0 mr-3 outline-none rounded transition-all;
44
+ min-width : 200 px ;
45
45
}
46
46
47
47
.inlineEditInput : hover {
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default function TestGroup({
113
113
onFocus = { ( ) => setIsEditing ( true ) }
114
114
onClick = { e => e . stopPropagation ( ) }
115
115
/>
116
- < span className = { css . testCount } > ( { testCount } tests) </ span >
116
+ < span className = { css . testCount } > { `( $ {testCount } ${ testCount === 1 ? 'test' : ' tests' } )` } </ span >
117
117
</ div >
118
118
< div className = { css . groupHeaderRight } >
119
119
{ groupResult && (
Original file line number Diff line number Diff line change 1
- /* TestItem Component Styles */
2
1
.item {
3
2
@apply border-2 border-stone-50 rounded-lg my-2 py-3 px-4 text-sm relative;
4
3
}
68
67
}
69
68
70
69
.separator {
71
- @apply border-t border-stone-300 mb-4 -mx-4;
70
+ @apply border-t-2 border-stone-50 mb-4 -mx-4;
72
71
}
73
72
74
73
.fieldGroup {
You can’t perform that action at this time.
0 commit comments