mirror of
https://github.com/gogs/gogs.git
synced 2025-09-04 19:37:58 +00:00
public/less: fix layout misalignment in Firefox for Linux (#5317)
* Update _repository.less * Update _repository.less
This commit is contained in:
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…
x
Reference in New Issue
Block a user