Skip to content

Commit

Permalink
Merge pull request #2617 from guusdk/OF-2913_Admin-console-database-c…
Browse files Browse the repository at this point in the history
…onnect-string-wrap

OF-2913: Admin Console database page: prevent horizontal scrollbar
  • Loading branch information
akrherz authored Nov 22, 2024
2 parents 2404da1 + 10cd5f9 commit 60db21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmppserver/src/main/webapp/server-db.jsp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%@ page contentType="text/html; charset=UTF-8" %>
<%--
-
- Copyright (C) 2004-2008 Jive Software, 2017-2022 Ignite Realtime Foundation. All rights reserved.
- Copyright (C) 2004-2008 Jive Software, 2017-2024 Ignite Realtime Foundation. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -89,7 +89,7 @@
<td class="c1">
<fmt:message key="server.db.connect_url" />
</td>
<td class="c2">
<td class="c2" style="word-break: break-all;">
<%= metaData.getURL() %>
</td>
</tr>
Expand Down

0 comments on commit 60db21d

Please sign in to comment.