Skip to content

Commit 2de60c8

Browse files
authored
feat(Transfer): make search icon align right (#6959)
1 parent 4cff898 commit 2de60c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BootstrapBlazor/Components/Transfer/Transfer.razor.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
width: 100%;
9797
display: inline-block;
9898
border-radius: var(--bs-border-radius);
99-
padding-right: 10px;
100-
padding-left: 30px;
99+
padding-inline-start: 10px;
100+
padding-inline-end: 30px;
101101
border: 1px solid var(--bs-border-color);
102102
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
103103
color: #606266;
@@ -112,7 +112,7 @@
112112
width: 30px;
113113
transition: all .3s;
114114
position: absolute;
115-
left: 4px;
115+
right: 4px;
116116
top: 0;
117117
display: flex;
118118
align-items: center;

0 commit comments

Comments
 (0)