mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-19 19:29:02 +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": {
|
||||
"left": [
|
||||
["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