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 = [
|
this.groups = [
|
||||||
{group: 'fontStyles', buttons: []},
|
{group: 'fontStyles', buttons: []},
|
||||||
{group: 'insertions', buttons: []},
|
{group: 'insertions', buttons: []},
|
||||||
{group: 'extras', buttons: []},
|
{group: 'extras', buttons: []}
|
||||||
{group: 'mobileExtras', buttons: []}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
this.addButton({
|
this.addButton({
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
.wizard-step-description {
|
.wizard-step-description {
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
margin: 1em 0;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
|
|
Laden …
In neuem Issue referenzieren