Skip to content

Commit e08a53f

Browse files
committed
Use padding instead of \00A0
1 parent f3260cd commit e08a53f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/src/dual-list.component.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,14 @@ div.record-picker::-webkit-scrollbar-thumb:hover {
128128

129129
/*    ▶ */
130130
.point-right::after {
131-
content: "\00A0\00A0\00A0\25B6";
131+
content: "\25B6";
132+
padding-left: 1em;
132133
}
133134

134135
/* ◀    */
135136
.point-left::before {
136-
content: "\25C0\00A0\00A0\00A0";
137+
content: "\25C0";
138+
padding-right: 1em;
137139
}
138140

139141
.dual-list .button-bar button {

0 commit comments

Comments
 (0)