diff options
author | Cherrg <michael@gnehr.de> | 2019-06-13 06:23:45 +0200 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2019-06-13 00:23:45 -0400 |
commit | 2f39fc7bb6a17b4637b723026a2e18dafd1a0adb (patch) | |
tree | a4611e73db3aebb171359e1c2255202af1788611 /public/less/_repository.less | |
parent | 8f0182c3229dfbb8d731557e5006e39bd616b4e9 (diff) | |
download | gitea-2f39fc7bb6a17b4637b723026a2e18dafd1a0adb.tar.gz gitea-2f39fc7bb6a17b4637b723026a2e18dafd1a0adb.zip |
fix drone build bug (#7192)
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index fcc153e31e..71062bfa0e 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -1112,6 +1112,7 @@ .show-form-container { text-align: left; } + .choose.branch { .octicon { padding-right: 10px; @@ -2226,6 +2227,7 @@ tbody.commit-list { &.top { text-align: left; } + .commit-body { margin: 0; } |