diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-12 23:22:16 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-12 23:22:16 -0400 |
commit | b93ae452fee5308e2cc052a0940b36cb550ad958 (patch) | |
tree | e60f1ed51c5c35daf74660a9f6a93f6fc1c5f937 /public/ng/less | |
parent | c04aea8d9d797c0930bedc5038b466dc661774da (diff) |
Fix #555
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/ui/form.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/ng/less/ui/form.less b/public/ng/less/ui/form.less index 6e33e606..85fa0aa1 100644 --- a/public/ng/less/ui/form.less +++ b/public/ng/less/ui/form.less @@ -1,9 +1,8 @@ @import "var"; -// colored buttons +// Button. .btn { - &:hover { - } + white-space: nowrap; } .btn-small { font-size: 0.9*@baseFontSize; |