20% -> auto

This commit is contained in:
Andreas Fabri 2019-12-12 15:04:15 +01:00
parent 963823c23d
commit 784cd89fe5
3 changed files with 6 additions and 6 deletions

View File

@ -343,5 +343,5 @@ div.fragment {
/* Make summary smaller to avoid wrapping of classes and concepts */ /* Make summary smaller to avoid wrapping of classes and concepts */
div.summary div.summary
{ {
width: 20%; width: auto;
} }

View File

@ -343,5 +343,5 @@ div.fragment {
/* Make summary smaller to avoid wrapping of classes and concepts */ /* Make summary smaller to avoid wrapping of classes and concepts */
div.summary div.summary
{ {
width: 20%; width: auto;
} }

View File

@ -334,5 +334,5 @@ div.fragment {
/* Make summary smaller to avoid wrapping of classes and concepts */ /* Make summary smaller to avoid wrapping of classes and concepts */
div.summary div.summary
{ {
width: 20%; width: auto;
} }