Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-components
Commits
81fc2c39
Commit
81fc2c39
authored
Jan 22, 2026
by
Samir Sadyhov
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openDocument - fix длинное название работы
parent
3579b191
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
constructor/scripts/openDocument/openDocument.css
constructor/scripts/openDocument/openDocument.css
+2
-1
constructor/scripts/openDocument/openDocument.js
constructor/scripts/openDocument/openDocument.js
+1
-1
No files found.
constructor/scripts/openDocument/openDocument.css
View file @
81fc2c39
...
...
@@ -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
{
...
...
constructor/scripts/openDocument/openDocument.js
View file @
81fc2c39
...
...
@@ -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
.
form
Name
}
</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
.
document
Name
}
</h3>`
,
buttonsHeader
);
const
storageKey
=
`arm_window_param_
${
AS
.
OPTIONS
.
currentUser
.
userid
}
`
;
let
leftPanelHide
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment