summaryrefslogtreecommitdiffstats
path: root/public/less/_base.less
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2017-10-15 22:59:24 +0300
committerGitHub <noreply@github.com>2017-10-15 22:59:24 +0300
commitf3833b7ce4dc78095194808c6e07d8ae133e7ab5 (patch)
treecdcb53731d4523f068a6e532bf5da9e2759f8cb2 /public/less/_base.less
parentc25303b11c323045718a5af373c11f5807f77fb7 (diff)
downloadgitea-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.less4
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;
+ }
}