commit | 1dccc2da65e7d6eb8aac9056fc1ef9959f5cab6b | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Tue Apr 24 12:57:32 2012 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Tue Apr 24 12:57:32 2012 +0000 |
tree | ab4ea62a20e61333b6b710bb2590775d4389c544 | |
parent | 976427535be33f745974f759fc660712b754baa2 [diff] |
Fixed FELIX-3482 Text wrapping goes out of bounds in Configuration Status https://issues.apache.org/jira/browse/FELIX-3482 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1329692 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/configurationrender.css b/webconsole/src/main/resources/res/ui/configurationrender.css index 4417fe4..a5748e8 100644 --- a/webconsole/src/main/resources/res/ui/configurationrender.css +++ b/webconsole/src/main/resources/res/ui/configurationrender.css
@@ -47,4 +47,5 @@ .ui-tabs-paging-disabled { visibility: hidden } #waitDlg { text-align: center; padding: 2em; font-weight: bold } -#waitDlg img { margin-right: 1em } \ No newline at end of file +#waitDlg img { margin-right: 1em } +.ui-tabs-panel div {word-wrap:break-word}