Merge pull request #14567 from frankemax/eth-icons-overlapping

fix(etherpad): avoid icons overlapping
This commit is contained in:
Anton Georgiev 2022-03-09 09:52:51 -05:00 committed by GitHub
commit a7a187133a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,9 +576,10 @@
"toolbar": {
"left": [
["bold", "italic", "underline", "strikethrough"],
["orderedlist", "unorderedlist", "undo", "redo"]
["orderedlist", "unorderedlist", "undo", "redo"],
["importexport"]
],
"right": [["importexport"]]
"right": [[]]
},
/*