Fix: sessions menu overflow

This commit is contained in:
nizune
2021-07-07 10:46:23 +02:00
parent c28110ffe5
commit 60746b8c21
4 changed files with 12 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ export default styled.button<Props>`
css`
height: 32px !important;
padding: 2px 12px !important;
font-size: 13px;
`}
${(props) =>
@@ -102,6 +103,7 @@ export default styled.button<Props>`
props.error &&
css`
color: white;
font-weight: 600;
background: var(--error);
&:hover {