summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-10-14 18:02:23 (GMT)
committerGitHub <noreply@github.com>2019-10-14 18:02:23 (GMT)
commitd45b039164bd60f4adff0551a722b5a474e179ca (patch)
tree51bb1ede9a4227354659086c21bab48e2b700b0a
parentaf11efb9e97280cbb71e414112e6faa3a8454d7f (diff)
parent44695af0c77cff4099bc8a53c5f3270cc6a6e33c (diff)
downloadDoxygen-d45b039164bd60f4adff0551a722b5a474e179ca.zip
Doxygen-d45b039164bd60f4adff0551a722b5a474e179ca.tar.gz
Doxygen-d45b039164bd60f4adff0551a722b5a474e179ca.tar.bz2
Merge pull request #7311 from albert-github/feature/issue_cgal_2095_pull_cgal_4282
Also span entire line in case of a memTemplItemRight
-rw-r--r--templates/html/doxygen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index 09b7aad..ffba793 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -535,7 +535,7 @@ table.memberdecls {
white-space: nowrap;
}
-.memItemRight {
+.memItemRight, .memTemplItemRight {
width: 100%;
}