Skip to content

Commit ce5633b

Browse files
committed
Style fixes
1 parent 3de1816 commit ce5633b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/common/src/components/CustomTemplate/elements.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const MyTemplate = styled.button<{ overlayHeight?: number }>`
5050
color: ${theme.lightText};
5151
cursor: pointer;
5252
box-sizing: border-box;
53+
overflow: hidden;
5354
5455
&:focus {
5556
border: 2px solid ${theme.secondary};

packages/common/src/components/SandboxCard/elements.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const BG_HOVER = '#212629';
88
export const Overlay = styled.div`
99
position: absolute;
1010
background: rgba(28, 32, 34, 0.9);
11-
border-radius: 4px 4px 0px 0px;
1211
top: 0;
1312
left: 0;
1413
width: 100%;

0 commit comments

Comments
 (0)