Skip to content

Commit 111bfcd

Browse files
committed
Fix button size
1 parent ca1db26 commit 111bfcd

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Button/styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function buildStyledButton({
4949
display: "flex",
5050
justifyContent,
5151
alignItems: "center",
52+
boxSizing: "border-box",
5253
":hover": {
5354
backgroundColor: getBackgroundColorHover(props),
5455
},

src/programs/FileBrowser/MainContent/styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ interface StyledMainContentProps {
55
}
66
export const StyledMainContent = styled.div<StyledMainContentProps>`
77
grid-area: main-content;
8-
padding: 1%;
98
width: 100%;
109
height: 100%;
1110
overflow-y: auto;

0 commit comments

Comments
 (0)