@alitons/ckeditor5 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@alitons/ckeditor5",
3
3
  "author": "Aliton Silva",
4
4
  "description": "Ckeditor 5 Personalizado adicionados campos para atender as demandas da SEAD/AC.",
5
- "version": "0.0.3",
5
+ "version": "0.0.4",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "private": false,
8
8
  "main": "./build/ckeditor.js",
@@ -94,7 +94,7 @@ export default class DocumentoModelo extends Plugin {
94
94
  // CRIAR O ELEMENTO IGUAL AO ELEMENTO DE BUSCA
95
95
  const input = document.createElement( 'div' );
96
96
  input.classList.add('documento_modelo_container')
97
- input.innerHTML = `<div class="ck ck-reset ck-dropdown__panel ck-dropdown__panel_se ck-dropdown__panel-visible ck-dropdown__panel_documento_modelo">
97
+ input.innerHTML = `<div class="ck ck-reset ck-dropdown__panel ck-dropdown__panel_se ck-dropdown__panel-visible ck-dropdown__panel_documento_modelo" style="left: initial;right: 0;">
98
98
  <form class="ck ck-find-and-replace-form">
99
99
  <div class="ck ck-form__header">
100
100
  <h2 class="ck ck-form__header__label">Documento Modelo</h2>