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 | |
parent | c04aea8d9d797c0930bedc5038b466dc661774da (diff) | |
download | gitea-b93ae452fee5308e2cc052a0940b36cb550ad958.tar.gz gitea-b93ae452fee5308e2cc052a0940b36cb550ad958.zip |
Fix #555
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/ui.css | 3 | ||||
-rw-r--r-- | public/ng/less/ui/form.less | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css index 5aa1490f7a..e659180d65 100644 --- a/public/ng/css/ui.css +++ b/public/ng/css/ui.css @@ -366,6 +366,9 @@ dt { .grid-4-5 { width: 80%; } +.btn { + white-space: nowrap; +} .btn-small { font-size: 10.8px; padding: .4em .9em; diff --git a/public/ng/less/ui/form.less b/public/ng/less/ui/form.less index 6e33e606b8..85fa0aa1bc 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; |