Hi, Dave —

I'm not in front of my TWs right now to check, but I *think* this will 
render the tagging (and/or tagged) box invisible if there's nothing to 
display (which would solve part of your problem):

.tagging { display:none; }
.tagged { display:none; }

As for the other, it might be as simple as this:

.tagged { height:100%; }

... or it may require something more than than.  (100% heights in CSS are 
tricky, and I'm not sure if the .tagged box inherits some styling from 
elsewhere that could cause a problem.)

Sorry for not testing these to see if they work — but you should be able to 
try them quickly enough and see if they make any difference.  Hope it 
helps!  :)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/i2FBxdeZUKEJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to