aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-04-22 21:39:08 -0400
committerbobzel <zzzman@gmail.com>2022-04-22 21:39:08 -0400
commit18d21c0616adbdc7e0d0619c3c2d8bdf9b34cc01 (patch)
tree3d28c40ab59eca30464363c34090c272c57420b9 /src/client/views/nodes/trails/PresElementBox.scss
parent0664b26916f656e2b898af4edab13c7b6d5a1dcc (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.scss2
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;