etherpad: avoid icons overlapping

cc @frankemax

Reference: https://github.com/bigbluebutton/bigbluebutton/pull/14567
This commit is contained in:
Pedro Beschorner Marin 2022-04-17 08:19:43 -03:00
parent d6e461efd4
commit 4634f5d5f1

View File

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