Fix renderer view scroll & optmi behavior list padding style

This commit is contained in:
2022-04-10 17:05:02 +08:00
parent 0e1a070390
commit 3351769106
2 changed files with 6 additions and 2 deletions
@@ -94,8 +94,8 @@ div.behavior-list {
}
div.behavior-content-view {
width: calc( 100% - 50px );
padding-right: 5px;
width: calc( 100% - 55px );
padding-right: 10px;
max-width: 125px;
height: $behavior-item-height;
display: flex;