diff options
author | Lauris BH <lauris@nix.lv> | 2017-10-15 22:59:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 22:59:24 +0300 |
commit | f3833b7ce4dc78095194808c6e07d8ae133e7ab5 (patch) | |
tree | cdcb53731d4523f068a6e532bf5da9e2759f8cb2 /public/less/_base.less | |
parent | c25303b11c323045718a5af373c11f5807f77fb7 (diff) | |
download | gitea-f3833b7ce4dc78095194808c6e07d8ae133e7ab5.tar.gz gitea-f3833b7ce4dc78095194808c6e07d8ae133e7ab5.zip |
Create new branch from branch selection dropdown (#2130)
* Create new branch from branch selection dropdown and rewrite it to VueJS
* Make updateLocalCopyToCommit as not exported
* Move branch name validation to model
* Fix possible race condition
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 960104230d..c9322d67ac 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -329,6 +329,10 @@ pre, code { background-color: #a1882b !important; } } + + .branch-tag-choice { + line-height: 20px; + } } |