mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
Prevent clipping input text in Chrome (#14179)
This commit is contained in:
parent
1bf7d71a0a
commit
0f99edf123
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,7 @@
|
|||
border-radius: 0;
|
||||
padding: 5px 10px;
|
||||
width: 50%;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.clone.button {
|
||||
|
@ -1641,6 +1642,7 @@
|
|||
border-radius: 0;
|
||||
padding: 5px 10px;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue