fix bug 45259

This commit is contained in:
Maxim Kadushkin 2020-04-22 19:46:53 +03:00
parent d466ed1201
commit 0d719d810d
2 changed files with 2 additions and 1 deletions

View file

@ -471,6 +471,8 @@ define([
if ( me.documentCaption ) {
me.labelDocName.text(me.documentCaption);
}
} else {
$html.find('#rib-doc-name').hide();
}
if ( !_.isUndefined(this.options.canRename) ) {

View file

@ -50,7 +50,6 @@
&.right {
flex-grow: 1;
min-width: 100px;
}
.status-label {