mirror of
https://github.com/gogs/gogs.git
synced 2026-03-04 11:11:03 +01:00
public/less: fix layout misalignment in Firefox for Linux (#5317)
* Update _repository.less * Update _repository.less
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user