Skip to content

Commit 0f99edf

Browse files
authoredJan 1, 2021
Prevent clipping input text in Chrome (#14179)
1 parent 1bf7d71 commit 0f99edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎web_src/less/_repository.less

+2
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
border-radius: 0;
196196
padding: 5px 10px;
197197
width: 50%;
198+
line-height: 1.4;
198199
}
199200

200201
.clone.button {
@@ -1641,6 +1642,7 @@
16411642
border-radius: 0;
16421643
padding: 5px 10px;
16431644
font-size: 1.2em;
1645+
line-height: 1.4;
16441646
}
16451647
}
16461648
}

0 commit comments

Comments
 (0)
Please sign in to comment.