Skip to content

Commit

Permalink
Prevent clipping input text in Chrome (#14179)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdumontnu committed Jan 1, 2021
1 parent 1bf7d71 commit 0f99edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
border-radius: 0;
padding: 5px 10px;
width: 50%;
line-height: 1.4;
}

.clone.button {
Expand Down Expand Up @@ -1641,6 +1642,7 @@
border-radius: 0;
padding: 5px 10px;
font-size: 1.2em;
line-height: 1.4;
}
}
}
Expand Down

0 comments on commit 0f99edf

Please sign in to comment.