]> source.dussan.org Git - gitblit.git/commitdiff
Hack/workaround Bootstrap responsive behavior for ticket dropdowns 96/196/1
authorJames Moger <james.moger@gitblit.com>
Tue, 30 Sep 2014 13:47:56 +0000 (09:47 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 30 Sep 2014 13:47:56 +0000 (09:47 -0400)
This is a temporary solution.  A better fix would be to update to Bootstrap 3 and replace the dropdown with a filterable dropdown - but that is a much larger change than this quick patch.

src/main/java/com/gitblit/wicket/pages/TicketPage.html
src/main/java/com/gitblit/wicket/pages/TicketsPage.html

index 36dca4c4f35995bb5c2178b5c7d67078d7b1c3fe..f3f38ec37ccc70ee562d1f0506e0551b614bd749 100644 (file)
@@ -33,7 +33,7 @@
                \r
        <!-- DISCUSSION TAB -->\r
        <div class="tab-pane active" id="discussion">\r
-               <div class="row">\r
+               <div class="row" style="min-height: 500px;">\r
                                \r
                        <!-- LEFT SIDE -->\r
                        <div class="span8">             \r
index b0f8968eb48994a22fa1913858d1c4a7cc35e8e5..3a3d977a4d12edaf7a181ef0cb1eb0b15df17e77 100644 (file)
@@ -23,7 +23,7 @@
        </ul>\r
        <div class="tab-content">\r
        <div class="tab-pane active" id="tickets">\r
-       <div class="row" style="min-height:400px;" >\r
+       <div class="row" style="min-height:500px;" >\r
        \r
                <!-- query controls -->\r
                <div class="span3">\r