Skip to content

Commit 58cd8ea

Browse files
smaller icons for consistency with recordings
1 parent f2c28f6 commit 58cd8ea

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/views/BrowserTestEditor/ActionForms/forms/LocatorForm.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,17 @@ function DisplayValue({
295295
const selector = toNodeSelector(values[current]!)
296296
return (
297297
<Flex gap="1" align="center" overflow="hidden">
298-
<LocatorIcon locator={selector} />
298+
<LocatorIcon
299+
locator={selector}
300+
css={css`
301+
&& {
302+
width: 12px;
303+
height: 12px;
304+
min-width: 12px;
305+
min-height: 12px;
306+
}
307+
`}
308+
/>
299309
<span
300310
css={css`
301311
overflow: hidden;

0 commit comments

Comments
 (0)