Merge pull request #14101 from Snuffleupagus/comb-regression
[Regression] Fix comb fields scrolling when the last character is entered (PR 14049 follow-up)
This commit is contained in:
commit
da8df646f5
@ -147,6 +147,16 @@
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.annotationLayer .textWidgetAnnotation input.comb:focus {
|
||||||
|
/*
|
||||||
|
* Letter spacing is placed on the right side of each character. Hence, the
|
||||||
|
* letter spacing of the last character may be placed outside the visible
|
||||||
|
* area, causing horizontal scrolling. We avoid this by extending the width
|
||||||
|
* when the element has focus and revert this when it loses focus.
|
||||||
|
*/
|
||||||
|
width: 103%;
|
||||||
|
}
|
||||||
|
|
||||||
.annotationLayer .buttonWidgetAnnotation.checkBox input,
|
.annotationLayer .buttonWidgetAnnotation.checkBox input,
|
||||||
.annotationLayer .buttonWidgetAnnotation.radioButton input {
|
.annotationLayer .buttonWidgetAnnotation.radioButton input {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user