mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 03:38:53 +02:00
etherpad: avoid icons overlapping
cc @frankemax Reference: https://github.com/bigbluebutton/bigbluebutton/pull/14567
This commit is contained in:
parent
d6e461efd4
commit
4634f5d5f1
@ -576,9 +576,10 @@
|
|||||||
"toolbar": {
|
"toolbar": {
|
||||||
"left": [
|
"left": [
|
||||||
["bold", "italic", "underline", "strikethrough"],
|
["bold", "italic", "underline", "strikethrough"],
|
||||||
["orderedlist", "unorderedlist", "undo", "redo"]
|
["orderedlist", "unorderedlist", "undo", "redo"],
|
||||||
|
["importexport"]
|
||||||
],
|
],
|
||||||
"right": [["importexport"]]
|
"right": [[]]
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user