You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/01/08 20:30:49 UTC

[44/50] [abbrv] allura git commit: [#7919] prevent Options & Labels from ending up on the same line (at least in Tickets context menu)

[#7919] prevent Options & Labels from ending up on the same line (at least in Tickets context menu)


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/e445f14e
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/e445f14e
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/e445f14e

Branch: refs/heads/master
Commit: e445f14e5b80f457599537e74e55fcbe3fb51041
Parents: 6f154b4
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Dec 18 14:14:24 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Jan 8 14:06:19 2016 -0500

----------------------------------------------------------------------
 Allura/allura/public/nf/css/navbar.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/e445f14e/Allura/allura/public/nf/css/navbar.css
----------------------------------------------------------------------
diff --git a/Allura/allura/public/nf/css/navbar.css b/Allura/allura/public/nf/css/navbar.css
index bc061d4..b020202 100644
--- a/Allura/allura/public/nf/css/navbar.css
+++ b/Allura/allura/public/nf/css/navbar.css
@@ -230,6 +230,7 @@
     white-space: nowrap;
     width: auto;
     padding: 0 1em 0 0.5em !important;
+    clear: both;
 }
 
 .tb-item-grouper .tb-item {