fix for application listing app name clipping issue

This commit is contained in:
Imesh Chandrasiri 2017-06-23 17:09:21 +05:30
parent bd65b1d73b
commit 930dccaa4d

View File

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