Merge pull request #7073 from opf/fix/29596/wp-configuration-modal---misaligned-closing-icon

[29596] Closing icon in wp column configuration modal aligned correctly
pull/7089/head
Henriette Dinger 6 years ago committed by GitHub
commit c474adbd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/assets/stylesheets/content/_modal.sass
  2. 4
      app/assets/stylesheets/vendor/_select2.scss

@ -139,6 +139,8 @@ $modal-footer-height: $modal-header-height
label
display: inline
padding-right: 30px
.select2-search-choice-close
top: 3px
.ee-relation-columns-upsale
margin-top: -0.7rem

@ -323,7 +323,3 @@ $se2-arrow-button-width: 32px;
}
}
}
.select2-search-choice-close {
top: 3px;
}

Loading…
Cancel
Save