mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-28 05:14:50 +03:00
Lexical: Started loading real content, Improved html loading
Added more styling/layout for buttons and main content area
This commit is contained in:
@@ -51,7 +51,7 @@ export class EditorButton extends EditorUiElement {
|
||||
const label = this.getLabel();
|
||||
let child: string|HTMLElement = label;
|
||||
if (this.definition.icon) {
|
||||
child = el('span', {class: 'editor-button-icon'});
|
||||
child = el('div', {class: 'editor-button-icon'});
|
||||
child.innerHTML = this.definition.icon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user