Skip to content

Commit

Permalink
Explicitly style widget buffer images as inline
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Feb 18, 2022
1 parent cb1d85d commit e54e61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme.ts
Expand Up @@ -151,6 +151,7 @@ export const baseTheme = buildTheme("." + baseThemeID, {
".cm-widgetBuffer": {
verticalAlign: "text-bottom",
height: "1em",
display: "inline"
},

".cm-placeholder": {
Expand Down

0 comments on commit e54e61a

Please sign in to comment.