Skip to content

Commit 3a67cf3

Browse files
authored
#499 UI: Align URL Field Globe Icon Inside the URL Input Box. (#500)
1 parent 71d5e59 commit 3a67cf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/src/sass/acf-input.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,8 @@ html[dir=rtl] input.acf-is-prepended.acf-is-appended {
709709
*-----------------------------------------------------------------------------*/
710710
.acf-url i {
711711
position: absolute;
712-
top: 5px;
712+
top: 50%;
713+
transform: translateY(-50%);
713714
left: 5px;
714715
opacity: 0.5;
715716
color: #7e8993;

0 commit comments

Comments
 (0)