Merge pull request #807 from DimalChandrasiri/master

Fix for application listing app name clipping issue
revert-70aa11f8
Kamidu Sachith Punchihewa 7 years ago committed by GitHub
commit e556193647

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

Loading…
Cancel
Save