mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 09:45:54 +01:00
Decoration text after decoration wrongly positioned. Fixes #27288
This commit is contained in:
@@ -151,7 +151,7 @@ class DecorationTypeOptionsProvider implements IModelDecorationOptionsProvider {
|
||||
this.className = createCSSRules(ModelDecorationCSSRuleType.ClassName);
|
||||
this.inlineClassName = createCSSRules(ModelDecorationCSSRuleType.InlineClassName);
|
||||
this.beforeContentClassName = createCSSRules(ModelDecorationCSSRuleType.BeforeContentClassName);
|
||||
this.beforeContentClassName = createCSSRules(ModelDecorationCSSRuleType.AfterContentClassName);
|
||||
this.afterContentClassName = createCSSRules(ModelDecorationCSSRuleType.AfterContentClassName);
|
||||
this.glyphMarginClassName = createCSSRules(ModelDecorationCSSRuleType.GlyphMarginClassName);
|
||||
|
||||
let options = providerArgs.options;
|
||||
|
||||
Reference in New Issue
Block a user