JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
css fix: add missing width: property on tabs
authorJason Woofenden <jason@jasonwoof.com>
Thu, 2 May 2013 09:36:28 +0000 (05:36 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 2 May 2013 09:36:28 +0000 (05:36 -0400)
style.less

index bca514e..a1ec6e4 100644 (file)
@@ -66,6 +66,7 @@ body {
                position: absolute;
                top: @tabs-top;
                height: @tabtab-height * 4 + @tab-height;
+               width: @right-width;
        }
        .tab + .tab, .selected-tab + .tab, .tab + .selected-tab {
                margin-top: 5px;