diff options
author | bobzel <zzzman@gmail.com> | 2023-07-18 22:46:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-18 22:46:57 -0400 |
commit | d8fbab4e085ce044648acd69829a99b967839bf8 (patch) | |
tree | 6e183fee7ff5242ee31613501927d7232aa7bcf6 | |
parent | b776f236449a97e288493717c1a0fc4630ef9799 (diff) |
fixed linkbox rendering so contents are inside container
-rw-r--r-- | src/client/views/nodes/LinkBox.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/nodes/LinkBox.scss b/src/client/views/nodes/LinkBox.scss index b5b8e660f..767f0291b 100644 --- a/src/client/views/nodes/LinkBox.scss +++ b/src/client/views/nodes/LinkBox.scss @@ -1,3 +1,7 @@ -.linkBox-container-interactive { +.linkBox-container-interactive { pointer-events: all; -}
\ No newline at end of file + width: 100%; +} +.linkBox-container { + width: 100%; +} |