PreferredSourceButton
1 parent 4e81b3e commit 03d09bdCopy full SHA for 03d09bd
1 file changed
dotcom-rendering/src/components/PreferredSourceButton.tsx
@@ -32,13 +32,16 @@ export const PreferredSourceButton = () => (
32
height: 'unset',
33
padding: '4px 8px 6px 6px',
34
'.src-button-space': {
35
- flexBasis: space[2],
+ flexBasis: 2,
36
flexShrink: 0,
37
},
38
39
[from.wide]: {
40
padding: '10px 12px',
41
height: 36,
42
+ '.src-button-space': {
43
+ flexBasis: space[2],
44
+ },
45
46
})}
47
theme={{
0 commit comments