diff options
author | Unknwon <u@gogs.io> | 2016-08-29 00:10:21 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-29 00:10:21 -0700 |
commit | 62b0dc4853d3c8147c5ec164e9aba452f95259b8 (patch) | |
tree | c25da80cb09a4854a6d0afac127532a60f71f143 /public/less | |
parent | 429c92c0ce15213e52fdacb3d28ee2f3a3a5a63f (diff) | |
download | gitea-62b0dc4853d3c8147c5ec164e9aba452f95259b8.tar.gz gitea-62b0dc4853d3c8147c5ec164e9aba452f95259b8.zip |
Web editor: fix cannot create new file in subdirectory
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 931b57e0ec..24a0bfa013 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -127,6 +127,7 @@ #clone-panel { margin-top: -8px; width: 100%; + padding-left: 20px; input { border-radius: 0; @@ -161,7 +162,6 @@ #file-buttons { font-weight: normal; margin-top: -3px; - padding-right: 20px; .ui.button { padding: 8px 10px; } |