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 {
|
#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 {
|
||||||
|
|
Loading…
Reference in New Issue