fixed horizontal scrollbar issue on 400% resize mode (#1099)

This commit is contained in:
Sunil Kumar Yadav 2021-09-21 21:36:49 +05:30 committed by GitHub
parent 15a26d6500
commit 50b99ceb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
flex-grow: 1;
padding: 0 34px;
margin: 20px 0;
overflow-x: hidden;
& > :not(.collapsibleSection) {
margin-bottom: @DefaultSpace;