public/less: fix layout misalignment in Firefox for Linux (#5317)

* Update _repository.less

* Update _repository.less
pull/5580/head
Kyumyeong Han 2018-12-25 22:56:41 +09:00 committed by 无闻
parent 1f11c1f71a
commit 74f26bb667
1 changed files with 3 additions and 1 deletions

View File

@ -128,11 +128,13 @@
#clone-panel { #clone-panel {
margin-top: -8px; margin-top: -8px;
margin-left: 5px; margin-left: 5px;
width: 350px; width: auto;
input { input {
border-radius: 0; border-radius: 0;
padding: 5px 10px; padding: 5px 10px;
max-width: 190px;
width: 190px;
} }
.clone.button { .clone.button {