Skip to content

Commit

Permalink
Merge pull request #4127 from gocemitevski/btn-remove-url-align
Browse files Browse the repository at this point in the history
Update .btn-remove-url top and right positions
  • Loading branch information
Konstantin Sivakov committed Mar 20, 2018
2 parents d7655c8 + 85bc25a commit 512e2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/public/base/less/forms.less
Expand Up @@ -749,8 +749,8 @@ select[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 512e2d5

Please sign in to comment.