add padding to properties tab

This commit is contained in:
kevmodrome 2020-04-17 11:45:53 +02:00
parent f47135b064
commit a9366570c4
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@
.root {
height: 100%;
padding: 20px;
display: flex;
flex-direction: column;
}