Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prevent brokers from wrapping in mq view
  • Loading branch information
gashcrumb committed Oct 8, 2013
1 parent 73ce748 commit 296e0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/fabric/html/brokers.html
Expand Up @@ -64,7 +64,7 @@
</a>
</div>

<div class="mq-broker-area">
<div class="mq-broker-area" hawtio-row>

<div class="mq-broker-rectangle" ng-repeat="broker in profile.brokers"
ng-show="brokerMatchesFilter(broker)"
Expand Down
2 changes: 2 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -2140,6 +2140,8 @@ i.mq-master {
position: relative;
top: 11px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.mq-container-rectangle {
Expand Down

0 comments on commit 296e0e8

Please sign in to comment.