fix bug 45259
This commit is contained in:
parent
d466ed1201
commit
0d719d810d
|
@ -471,6 +471,8 @@ define([
|
||||||
if ( me.documentCaption ) {
|
if ( me.documentCaption ) {
|
||||||
me.labelDocName.text(me.documentCaption);
|
me.labelDocName.text(me.documentCaption);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$html.find('#rib-doc-name').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !_.isUndefined(this.options.canRename) ) {
|
if ( !_.isUndefined(this.options.canRename) ) {
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
|
|
||||||
&.right {
|
&.right {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
min-width: 100px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-label {
|
.status-label {
|
||||||
|
|
Loading…
Reference in a new issue