Merge pull request #807 from DimalChandrasiri/master

Fix for application listing app name clipping issue
This commit is contained in:
Kamidu Sachith Punchihewa 2017-06-23 17:30:31 +05:30 committed by GitHub
commit e556193647

View File

@ -40,7 +40,9 @@
.app-info h4{
margin-bottom: 0px;
overflow-wrap: break-word;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.application i{