diff options
| author | bobzel <zzzman@gmail.com> | 2022-04-22 21:39:08 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-04-22 21:39:08 -0400 |
| commit | 18d21c0616adbdc7e0d0619c3c2d8bdf9b34cc01 (patch) | |
| tree | 3d28c40ab59eca30464363c34090c272c57420b9 /src/client/views/nodes/trails/PresElementBox.scss | |
| parent | 0664b26916f656e2b898af4edab13c7b6d5a1dcc (diff) | |
changes to allow PresBox to render using a Tree view
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.scss')
| -rw-r--r-- | src/client/views/nodes/trails/PresElementBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.scss b/src/client/views/nodes/trails/PresElementBox.scss index 1ad4b820e..a178be910 100644 --- a/src/client/views/nodes/trails/PresElementBox.scss +++ b/src/client/views/nodes/trails/PresElementBox.scss @@ -42,7 +42,7 @@ $slide-active: #5B9FDD; background-color: #d5dce2; border-radius: 5px; height: calc(100% - 7px); - width: calc(100% - 15px); + width: 100%; display: grid; grid-template-rows: 16px 10px auto; grid-template-columns: max-content max-content max-content max-content auto; |
