Commit 81fc2c39 authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

openDocument - fix длинное название работы

parent 3579b191
......@@ -198,10 +198,11 @@
padding: 10px 10px;
font-size: 14px;
border-bottom: 1px solid #c4c4c4;
overflow: hidden;
overflow: auto;
display: flex;
flex-direction: column;
gap: 5px;
max-height: 150px;
}
.arm-work-name .work_name {
......
......@@ -1771,7 +1771,7 @@ class ARMDocument {
currentFormContainer.append(panelActions, formPanel);
buttonsHeader.append(minButton, closeButton);
header.append(`<h3 style="overflow: hidden; white-space: nowrap; width: calc(100% - 80px); margin: 0; font-size: 1.1em; position: absolute; top: 7px;">${this._doc.formName}</h3>`, buttonsHeader);
header.append(`<h3 style="overflow: hidden; white-space: nowrap; width: calc(100% - 80px); margin: 0; font-size: 1.1em; position: absolute; top: 7px;">${this._doc.documentName}</h3>`, buttonsHeader);
const storageKey = `arm_window_param_${AS.OPTIONS.currentUser.userid}`;
let leftPanelHide = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment