Doxygen: More space for class names

This commit is contained in:
Andreas Fabri 2019-12-11 16:09:27 +01:00
parent 247e6f9aea
commit 0e81db0e56
1 changed files with 7 additions and 0 deletions

View File

@ -329,3 +329,10 @@ div.fragment {
padding: 4px;
margin: 1em 4px 1em 4px;
}
/* Make summary smaller to avoid wrapping of classes and concepts */
div.summary
{
width: 20%;
}