Skip to content

Commit

Permalink
Update .btn-remove-url top and right positions
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Mar 14, 2018
1 parent 3e8c07b commit 85bc25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/public/base/less/forms.less
Expand Up @@ -748,8 +748,8 @@ input[data-module="autocomplete"] {
.btn-remove-url {
position: absolute;
margin-right: 0;
top: 4px;
right: 5px;
top: @grid-gutter-width/5;
right: @grid-gutter-width/6;
padding: 0 12px;
.border-radius(100px);
.icon-remove {
Expand Down

0 comments on commit 85bc25a

Please sign in to comment.