Skip to content

Commit

Permalink
[#noissue] bug fix.
Browse files Browse the repository at this point in the history
- wrong width.
  • Loading branch information
denzelsN committed Jul 5, 2017
1 parent 7a628d3 commit 8e8c5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/webapp/styles/main.css
Expand Up @@ -445,7 +445,7 @@ canvas {outline:none}
list-style: none;
}
.grouped-application-list ul.outer > li > p.name {
width: 260px;
width: 244px;
margin: 0px 0px -4px 0px;
display: inline-block;
overflow: hidden;
Expand All @@ -462,7 +462,7 @@ canvas {outline:none}
}

.grouped-application-list ul.inner > li > p.name {
width: 260px;
width: 250px;
margin: 0px;
display: inline-block;
overflow: hidden;
Expand Down

0 comments on commit 8e8c5ab

Please sign in to comment.