Page 1 of 1

CSS rendering improvement with full tags

Posted: Tue Jan 29, 2019 1:33 pm
by Johann
Hello,

I would like to know if it is possible to improve the rendering of the Author view when displaying all tags.

When we create style sheets, we create them in keeping in mind our main goal : the view without tags. The problem is that if we want to display tags in this Author view, the display is not always very clean because of CSS. Blocks or tags sometimes overlap.

Example :
NoTags ==>
https://ibb.co/Mc5cBdP

FullTags ==>
https://ibb.co/TqF0Gj2

Is there a possibility to improve this rendering?

Thank you in advance,

Johann

Re: CSS rendering improvement with full tags

Posted: Tue Jan 29, 2019 4:19 pm
by Radu
Hi Johann,

Once you start positioning elements someplace else, placing an element over something else is bound to happen.
The only workaround I can think of is to force no-tags mode on the elements which are positioned outside of their parent elements:

https://www.oxygenxml.com/doc/versions/ ... -tags.html

Regards,
Radu