mirror of https://github.com/gogs/gogs.git
public/less: fix layout misalignment in Firefox for Linux (#5317)
* Update _repository.less * Update _repository.lesspull/5580/head
parent
1f11c1f71a
commit
74f26bb667
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue