fix bug 45259
This commit is contained in:
parent
d466ed1201
commit
0d719d810d
|
@ -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) ) {
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
|
||||
&.right {
|
||||
flex-grow: 1;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
.status-label {
|
||||
|
|
Loading…
Reference in a new issue