summaryrefslogtreecommitdiff
path: root/Project-Unite
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-09 13:20:28 -0400
committerMichael <[email protected]>2017-05-09 13:20:28 -0400
commit974380a095dcae5dfa88ed826784aeaf8409b73b (patch)
tree2f163a4cd88a71a073542e92f3c85a89f4b872be /Project-Unite
parentd17cb1fccc7fc58f7721840eec6e3cf8e31b1b67 (diff)
downloadproject-unite-974380a095dcae5dfa88ed826784aeaf8409b73b.tar.gz
project-unite-974380a095dcae5dfa88ed826784aeaf8409b73b.tar.bz2
project-unite-974380a095dcae5dfa88ed826784aeaf8409b73b.zip
Fix tab UI
Diffstat (limited to 'Project-Unite')
-rw-r--r--Project-Unite/Views/Bugs/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Bugs/Index.cshtml b/Project-Unite/Views/Bugs/Index.cshtml
index 1ddc718..71013a5 100644
--- a/Project-Unite/Views/Bugs/Index.cshtml
+++ b/Project-Unite/Views/Bugs/Index.cshtml
@@ -28,7 +28,7 @@
</ul>
</div>
- <div class="tab-content">
+ <div class="tab-content col-xs-8">
@foreach(var category in Model.ToArray())
{
string c = "tab-pane fade in";