Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
d80f5ed5
Commit
d80f5ed5
authored
Feb 09, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 33803.
parent
a893ab27
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
apps/common/main/lib/component/Window.js
apps/common/main/lib/component/Window.js
+2
-0
apps/common/main/resources/less/window.less
apps/common/main/resources/less/window.less
+1
-1
No files found.
apps/common/main/lib/component/Window.js
View file @
d80f5ed5
...
...
@@ -454,6 +454,8 @@ define([
body
.
height
(
parseInt
(
text_cnt
.
css
(
'
height
'
))
+
parseInt
(
footer
.
css
(
'
height
'
)));
window
.
setHeight
(
parseInt
(
body
.
css
(
'
height
'
))
+
parseInt
(
header
.
css
(
'
height
'
)));
}
if
(
text
.
height
()
<
icon
.
height
()
-
10
)
text
.
css
({
'
vertical-align
'
:
'
baseline
'
,
'
line-height
'
:
icon
.
height
()
+
'
px
'
});
}
function
onBtnClick
(
event
)
{
...
...
apps/common/main/resources/less/window.less
View file @
d80f5ed5
...
...
@@ -136,7 +136,7 @@
height: 50px;
.text {
padding-left:
7
0px;
padding-left:
6
0px;
span {
font-size: 12px;
...
...
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