File tree 3 files changed +4
-2
lines changed
modules/@apostrophecms/ui/ui/apos/components
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 28
28
* Fixes missing wording on images batch operations.
29
29
* Fixes rich text toolbar width being limited to parent width.
30
30
* Fixes rich text insert menu focused item text color easily overridable.
31
+ * Fixes clipped text in the pager and in the relationship filters of piece manager.
31
32
32
33
## 4.14.2 (2025-04-02)
33
34
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ export default {
138
138
min-width : 140px ;
139
139
140
140
:deep (.apos-input--select ) {
141
- padding-top : 10 px ;
142
- padding-bottom : 10 px ;
141
+ padding-top : 0 ;
142
+ padding-bottom : 0 ;
143
143
background-color : var (--a-base-10 );
144
144
font-style : italic ;
145
145
}
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ export default {
110
110
111
111
.apos-input--select {
112
112
background-color : transparent ;
113
+ line-height : normal ;
113
114
height : 32px ;
114
115
padding : 0 $spacing-double 0 $spacing-base ;
115
116
}
You can’t perform that action at this time.
0 commit comments