aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-04-27 15:51:36 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-04-30 11:31:05 +0000
commitfaefb8130908da20b4a738dd1d3f1eac7e87bde5 (patch)
tree13c2c01cf6c85d403aee8353e5058da338f60f99 /sources/pyside2
parent6b42ecdcc3878d4f31a207e76e5c27136a45fa34 (diff)
Doc: Update the footer CSS style
The copyright text at the bottom of the page doesn't wrap without it. Change-Id: I28a275c4c96b63573dd3fe1af554e98a593880e4 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'sources/pyside2')
-rw-r--r--sources/pyside2/doc/_themes/pysidedocs/static/pysidedocs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/doc/_themes/pysidedocs/static/pysidedocs.css b/sources/pyside2/doc/_themes/pysidedocs/static/pysidedocs.css
index 1692dc3ba..6b1c4274e 100644
--- a/sources/pyside2/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/sources/pyside2/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -38,7 +38,7 @@ strong {
text-align:center;
background-color: white;
border-top: 2px solid #e0e0e0;
- white-space: nowrap;
+ white-space: normal;
height: 90px;
width: 100%;
}