Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Minor tweaks
Dieser Commit ist enthalten in:
Ursprung
9dd6efdaa2
Commit
bd81a5b3a7
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -44,8 +44,7 @@ class Toolbar {
|
|||
this.groups = [
|
||||
{group: 'fontStyles', buttons: []},
|
||||
{group: 'insertions', buttons: []},
|
||||
{group: 'extras', buttons: []},
|
||||
{group: 'mobileExtras', buttons: []}
|
||||
{group: 'extras', buttons: []}
|
||||
];
|
||||
|
||||
this.addButton({
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
.wizard-step-description {
|
||||
line-height: 1.7;
|
||||
margin: 1em 0;
|
||||
|
||||
i {
|
||||
margin-right: 7px;
|
||||
|
|
Laden …
In neuem Issue referenzieren