mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
editor: remove display: inline for floating images
This commit is contained in:
@@ -413,7 +413,6 @@ function getAlignmentStyles(
|
||||
const { align, float } = options;
|
||||
if (float && align !== "center") {
|
||||
return {
|
||||
display: "inline",
|
||||
ml: align === "right" ? 2 : 0,
|
||||
mr: align === "left" ? 2 : 0,
|
||||
float: align,
|
||||
|
||||
Reference in New Issue
Block a user