fix for application listing app name clipping issue

revert-70aa11f8
Imesh Chandrasiri 7 years ago
parent bd65b1d73b
commit 930dccaa4d

@ -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{

Loading…
Cancel
Save