We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1db26 commit 111bfcdCopy full SHA for 111bfcd
2 files changed
src/components/Button/styles.ts
@@ -49,6 +49,7 @@ function buildStyledButton({
49
display: "flex",
50
justifyContent,
51
alignItems: "center",
52
+ boxSizing: "border-box",
53
":hover": {
54
backgroundColor: getBackgroundColorHover(props),
55
},
src/programs/FileBrowser/MainContent/styles.ts
@@ -5,7 +5,6 @@ interface StyledMainContentProps {
5
}
6
export const StyledMainContent = styled.div<StyledMainContentProps>`
7
grid-area: main-content;
8
- padding: 1%;
9
width: 100%;
10
height: 100%;
11
overflow-y: auto;
0 commit comments