]> source.dussan.org Git - gitea.git/commitdiff
Fix #555
authorUnknwon <joe2010xtmf@163.com>
Mon, 13 Oct 2014 03:22:16 +0000 (23:22 -0400)
committerUnknwon <joe2010xtmf@163.com>
Mon, 13 Oct 2014 03:22:16 +0000 (23:22 -0400)
public/ng/css/ui.css
public/ng/less/ui/form.less

index 5aa1490f7a7b3ab001bafdadff717a6227baeeeb..e659180d65c931e13f5cc44a968f2501b2da14e3 100644 (file)
@@ -366,6 +366,9 @@ dt {
 .grid-4-5 {
   width: 80%;
 }
+.btn {
+  white-space: nowrap;
+}
 .btn-small {
   font-size: 10.8px;
   padding: .4em .9em;
index 6e33e606b851c0d91c23302f0d75935b7f339c97..85fa0aa1bcb19a807f922242f657e4e16fa88e46 100644 (file)
@@ -1,9 +1,8 @@
 @import "var";
 
-// colored buttons
+// Button.
 .btn {
-  &:hover {
-  }
+    white-space: nowrap;
 }
 .btn-small {
   font-size: 0.9*@baseFontSize;