fix: remove undesirable padding

This commit is contained in:
guopenghui 2024-05-23 20:57:40 +08:00
parent 877c9d7877
commit e56afd3a58
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.swarnam-source-root {
flex: 1 1 0;
overflow-x: scroll;
overflow-x: auto;
display: flex;
align-items: stretch;
flex-direction: column;