This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch preview/refresh in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/refresh by this push: new 64c3066 No wrapping of banner when window is narrow 64c3066 is described below commit 64c30665bede4afe9df5120031254d5c47193f2c Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Wed Jun 30 12:03:46 2021 -0700 No wrapping of banner when window is narrow --- theme/openoffice/static/css/openoffice.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/openoffice/static/css/openoffice.css b/theme/openoffice/static/css/openoffice.css index c1b340d..e993864 100644 --- a/theme/openoffice/static/css/openoffice.css +++ b/theme/openoffice/static/css/openoffice.css @@ -57,6 +57,9 @@ blockquote { #bannercenter { padding: 16pt 2pt 34pt 2pt; color: #555555; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } #bannerleft {