diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-07-10 06:19:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 00:19:24 +0200 |
commit | 012b804a9a100d3e45c109276299f055b47fcc06 (patch) | |
tree | 85aef2b49e4e29864cf0b4b0d2bcd6e7c1a602c8 /templates/repo/clone_buttons.tmpl | |
parent | 372b622c2b76d0fcc1fd5623f71bd48b086a03a3 (diff) | |
download | gitea-012b804a9a100d3e45c109276299f055b47fcc06.tar.gz gitea-012b804a9a100d3e45c109276299f055b47fcc06.zip |
Clarify "text-align" CSS helpers, fix clone button padding (#25763) (#25764)
Backport #25763
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'templates/repo/clone_buttons.tmpl')
-rw-r--r-- | templates/repo/clone_buttons.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/clone_buttons.tmpl b/templates/repo/clone_buttons.tmpl index e451c0afd6..8f5b63128a 100644 --- a/templates/repo/clone_buttons.tmpl +++ b/templates/repo/clone_buttons.tmpl @@ -9,7 +9,7 @@ SSH </button> {{end}} -<input id="repo-clone-url" size="20" class="js-clone-url gt-br-0" value="{{$.CloneButtonOriginLink.HTTPS}}" readonly> +<input id="repo-clone-url" size="20" class="js-clone-url" value="{{$.CloneButtonOriginLink.HTTPS}}" readonly> <button class="ui basic small compact icon button" id="clipboard-btn" data-tooltip-content="{{.locale.Tr "copy_url"}}" data-clipboard-target="#repo-clone-url" aria-label="{{.locale.Tr "copy_url"}}"> {{svg "octicon-copy" 14}} </button> |