Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
fixed names that were wider than the buttons in the connection panel
Browse files Browse the repository at this point in the history
  • Loading branch information
oviska committed Jun 1, 2016
1 parent 40ffe04 commit 261b931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/public/style/wyliodrin.less
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ md-pagination-wrapper, md-tab-item {width:initial !important;}



.board-connect-btn {width:32%; float:left; padding:0; margin:5px 0; min-height:90px;}
.board-connect-btn {width:32%; float:left; padding:0; margin:5px 0; min-height:90px; overflow-x:hidden;}
.board-connect-btn img {padding:15px; float:left;}

.board-connect-title { width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions source/public/views/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ <h2>{{ 'BOARD_Connect' | translate }}</h2>
<md-button class="board-connect-btn" ng-click="c.connect ()">
<img src="/public/drawable/network.png">
<md-tooltip md-direction="bottom">
IP Address
IP AddressWWggd fgdfgd dh WWh fh ggh jdj jhjgd
</md-tooltip>
<div class="board-connect-title">
IP Address
{{ "IP AddressWWggd fgdfgd dh WWh fh ggh jdj jhjgd" | limitTo:18 }}...
</div>
<div class="board-connect-type">
Network
Expand Down

0 comments on commit 261b931

Please sign in to comment.