Skip to content

Commit

Permalink
Revert "hiding the wrapped div" (porting) (#3213)
Browse files Browse the repository at this point in the history
* Revert " Fix #3192 changing default state to object (#3206)"

This reverts commit 6ab1231.

* Revert " adding missing translations (#3204)"

This reverts commit 1c6f3f0.

* Revert "hiding the wrapped div (#3201)"

This reverts commit d3bf9a8.
  • Loading branch information
offtherailz authored and Tobia Di Pisa committed Oct 4, 2018
1 parent 6ab1231 commit 1017f52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/client/components/maps/modals/MetadataModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class MetadataModal extends React.Component {
toolbar: [
[{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'],
[{ 'list': 'bullet' }, { 'align': [] }],
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video']
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link']
]
},
options: {},
Expand Down
1 change: 0 additions & 1 deletion web/client/components/misc/quillmodules/ResizeModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ module.exports = Quill => {
iframe.setAttribute('height', height);
let overlay = document.createElement('DIV');
overlay.setAttribute('class', 'ms-quill-iframe');
overlay.style.display = 'none';
overlay.style.overflow = 'hidden';
overlay.style.position = 'absolute';
overlay.style.left = '0';
Expand Down
2 changes: 1 addition & 1 deletion web/client/components/resources/modals/DetailSheet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = ({
toolbar: [
[{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'],
[{ 'list': 'bullet' }, { 'align': [] }],
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video']
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link']
]
},
detailsText,
Expand Down

0 comments on commit 1017f52

Please sign in to comment.