Unverified Commit abec240b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3212281 by Sakthivel M, tushar_sachdeva, chetanbharambe: Paragraph...

Issue #3212281 by Sakthivel M, tushar_sachdeva, chetanbharambe: Paragraph format dropdown in body field have extra left spacing
parent f09730b5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -50,3 +50,9 @@ figure.cke_widget_element {
figcaption.cke_widget_editable {
  background-color: #fff;
}
[dir="ltr"] .cke_panel_list {
  margin-left: 0;
}
[dir="rtl"] .cke_panel_list {
  margin-right: 0;
}
+4 −0
Original line number Diff line number Diff line
@@ -46,3 +46,7 @@ figure.cke_widget_element {
figcaption.cke_widget_editable {
  background-color: var(--color--white);
}

.cke_panel_list {
  margin-inline-start: 0;
}