prevent horizontal scollbar with padding

pull/13/head
4yn 2022-03-23 01:52:18 +08:00
parent 87f6c7db95
commit 1802ca12fd
1 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ body {
flex-flow: column nowrap;
align-items: stretch;
justify-content: flex-start;
width: 100%;
}
.preview-row {
@ -83,7 +84,7 @@ body {
}
.options {
padding: 0.5rem 0;
padding: 0.5rem 0.25rem;
flex: 1 1;
display: flex;