Skip to content

Commit 62f610a

Browse files
jyash97SaraVieira
authored andcommitted
fix: box-sizing for Select Sandbox Modal (codesandbox#2428)
1 parent b9579b0 commit 62f610a

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/common/Modals/SelectSandboxModal/Sandbox

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/common/Modals/SelectSandboxModal/Sandbox/elements.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const Button = styled.button`
1111
background-color: ${props => (props.active ? '#eee' : 'white')};
1212
padding: 1rem;
1313
color: rgba(0, 0, 0, 0.9);
14+
box-sizing: border-box;
1415
border-bottom: 1px solid #ddd;
1516
text-align: left;
1617
${props => props.active && 'font-weight: 600'};

0 commit comments

Comments
 (0)