.kms-textarea-link-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 300px;
}
.kms-textarea-link-view .link {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kms-textarea-link-view .icon {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kms-textarea-link-view .remove_icon.icon:hover {
  color: red;
}
.kms-textarea-link-view .edit_icon.icon:hover {
  color: #0082fc;
}
.kms-textarea-link-view .link_editor {
  width: 100%;
}
.kms-textarea-link-view .link_editor .btn_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
