diff --git a/source/engine/mecanismViews/common.js b/source/engine/mecanismViews/common.js index b8b5a517c..fb0ebbded 100644 --- a/source/engine/mecanismViews/common.js +++ b/source/engine/mecanismViews/common.js @@ -23,7 +23,18 @@ export let NodeValuePointer = ({ data, unit }) => ( + })} + css={` + background: white; + border-bottom: 0 !important; + padding: 0 0.2rem; + text-decoration: none !important; + margin: 0 0.3rem; + font-size: 80%; + box-shadow: 2px 2px 4px 1px #d9d9d9, 0 0 0 1px #d9d9d9; + line-height: 1.6em; + border-radius: 0.2rem; + `}> ) @@ -114,11 +125,9 @@ export const Leaf = compose( }> {rule.title || capitalise0(name)} {filter} - {!isNil(value) && ( - - )} + {!isNil(value) && } )}