diff options
| author | Michael <[email protected]> | 2017-05-09 13:20:28 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-09 13:20:28 -0400 |
| commit | 974380a095dcae5dfa88ed826784aeaf8409b73b (patch) | |
| tree | 2f163a4cd88a71a073542e92f3c85a89f4b872be | |
| parent | d17cb1fccc7fc58f7721840eec6e3cf8e31b1b67 (diff) | |
| download | project-unite-974380a095dcae5dfa88ed826784aeaf8409b73b.tar.gz project-unite-974380a095dcae5dfa88ed826784aeaf8409b73b.tar.bz2 project-unite-974380a095dcae5dfa88ed826784aeaf8409b73b.zip | |
Fix tab UI
| -rw-r--r-- | Project-Unite/Views/Bugs/Index.cshtml | 2 |
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"; |
