diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-05 01:27:06 -0400 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-05 01:27:06 -0400 |
| commit | d913e2dd6f5a292cf1bc90e65280133642219949 (patch) | |
| tree | 579a34d5d7d9afce721c6660cc1f4c3ee8d4eed1 /src/client/views/PropertiesView.scss | |
| parent | f98acc39b7bd88e1f260bab9b6e072c5401b46d3 (diff) | |
deleted some commented code + other small stuff
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 04934d50b..7c6d507b8 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -191,7 +191,8 @@ font-size: 10px; padding: 10px; margin-left: 5px; - max-height: 40%;overflow-y: scroll; + max-height: 40%; + overflow-y: scroll; .propertiesView-buttonContainer { float: right; |
