Browse Source

Prevent clipping input text in Chrome (#14179)

tags/v1.15.0-dev
Kyle D 4 years ago committed by GitHub
parent
commit
0f99edf123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/less/_repository.less

2
web_src/less/_repository.less

@ -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…
Cancel
Save