[DE] fix bug 50238

This commit is contained in:
Maxim Kadushkin 2021-05-05 22:14:39 +03:00
parent 5582176247
commit 4fb015bd30
2 changed files with 6 additions and 1 deletions

View file

@ -100,7 +100,7 @@ define([
'</div>',
'<div style="float: right;">',
'<label style="font-weight: bold;">' + this.textPreview + '</label>',
'<div id="page-margins-preview" style="margin-top: 2px; height: 120px; width: 162px; border: 1px solid #cfcfcf;"></div>',
'<div id="page-margins-preview" style="margin-top: 2px; height: 120px; width: 162px;"></div>',
'</div>',
'</div>'
].join('');

View file

@ -69,3 +69,8 @@
border: @scaled-one-px-value solid @border-regular-control;
background-color: @canvas-content-background;
}
#page-margins-preview {
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
}