Adjusted width of the app title column in app view.

Change-Id: I6633a164edc76e6485aa36f5cd3860c68ed8a775
diff --git a/web/gui/src/main/webapp/app/view/app/app.html b/web/gui/src/main/webapp/app/view/app/app.html
index b7c2eb5..8f65fc4 100644
--- a/web/gui/src/main/webapp/app/view/app/app.html
+++ b/web/gui/src/main/webapp/app/view/app/app.html
@@ -47,7 +47,7 @@
                 <tr>
                     <td colId="state" class="table-icon" sortable></td>
                     <td colId="icon" class="table-icon"></td>
-                    <td colId="title" sortable col-width="240px"> {{lion('title')}} </td>
+                    <td colId="title" sortable col-width="340"> {{lion('title')}} </td>
                     <td colId="id" sortable col-width="320px"> {{lion('app_id')}} </td>
                     <td colId="version" sortable col-width="140px"> {{lion('version')}} </td>
                     <td colId="category" sortable col-width="136px"> {{lion('category')}} </td>