Skip to content

Commit

Permalink
removing css issue in debug page with long name of object
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Feb 7, 2019
1 parent 5179b31 commit 2f8656b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -61,7 +61,7 @@
<body wicket:id="body" class="">
<div wicket:id="mainPopup"/>
<div class="wrapper">
<header wicket:id="mainHeader" class="main-header">
<header wicket:id="mainHeader" class="main-header" style="max-height:150px;">
<!-- Logo -->
<a class="custom-logo" wicket:id="customLogo">
<i wicket:id="customLogoImgCss"/>
Expand All @@ -77,7 +77,7 @@
<span class="sr-only"><wicket:message key="PageTemplate.toggleNavigation"/></span>
</a>

<div class="navbar-title" wicket:id="pageTitleContainer">
<div class="navbar-title" wicket:id="pageTitleContainer" style="max-width:94%;">
<span class="page-title" wicket:id="pageTitle">
<span wicket:id="deploymentName"/>
<span wicket:id="pageTitleReal"/>
Expand Down

0 comments on commit 2f8656b

Please sign in to comment.