Skip to content

Commit

Permalink
public/less: fix layout misalignment in Firefox for Linux (#5317)
Browse files Browse the repository at this point in the history
* Update _repository.less

* Update _repository.less
  • Loading branch information
sq787 authored and unknwon committed Dec 25, 2018
1 parent 1f11c1f commit 74f26bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/less/_repository.less
Expand Up @@ -128,11 +128,13 @@
#clone-panel {
margin-top: -8px;
margin-left: 5px;
width: 350px;
width: auto;

input {
border-radius: 0;
padding: 5px 10px;
max-width: 190px;
width: 190px;
}

.clone.button {
Expand Down

0 comments on commit 74f26bb

Please sign in to comment.