div.ingroups has already a small text size and doesn't need the additional <small> tag.
The problem occurs in the presence of doxygen sub-modules.
In this example BoCA>>Generic is unreadable small
with the fix the text size is reasonable
the additional class text-nowrap is necessary, because otherwise the list would be splittet into three lines.
Sorry for the change in white space.
div.ingroups
has already a small text size and doesn't need the additional<small>
tag. The problem occurs in the presence of doxygen sub-modules. In this exampleBoCA>>Generic
is unreadable smallwith the fix the text size is reasonable
the additional class
text-nowrap
is necessary, because otherwise the list would be splittet into three lines. Sorry for the change in white space.