summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Manage/Index.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Manage/Index.cshtml')
-rw-r--r--Project-Unite/Views/Manage/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml
index 45d097a..75204eb 100644
--- a/Project-Unite/Views/Manage/Index.cshtml
+++ b/Project-Unite/Views/Manage/Index.cshtml
@@ -27,7 +27,7 @@
<div class="tab-pane active" id="t_profile">
<table class="table">
<tr>
- <td><strong>Full name:</strong></td>
+ <td style="width:35%;"><strong>Full name:</strong></td>
<td>
@using(Html.BeginForm("ChangeFullName", "Manage"))
{