Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
L
LibreHealth EHR Base
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
LibreHealth
LibreHealth EHR
LibreHealth EHR Base
Commits
eb191563
Unverified
Commit
eb191563
authored
4 years ago
by
Mua N. Laurent
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1643 from muarachmann/fix-panel-height
Bug fix
parents
c0794f5a
7f91a4df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#237907183
passed
4 years ago
Stage: build
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/main/tabs/css/tabs.css
+3
-1
3 additions, 1 deletion
interface/main/tabs/css/tabs.css
with
3 additions
and
1 deletion
interface/main/tabs/css/tabs.css
+
3
−
1
View file @
eb191563
...
...
@@ -13,7 +13,7 @@ html
margin
:
0
;
padding
:
0
;
border
:
0
;
height
:
100%
;
min-
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
...
...
@@ -35,6 +35,7 @@ body
flex
:
1
0
auto
;
margin
:
0
;
padding
:
0
;
}
#mainBox
>
div
...
...
@@ -51,6 +52,7 @@ body
flex-direction
:
column
;
padding
:
0
0
0
0
;
margin
:
0
0
0
0
;
min-height
:
100%
!important
;
}
#framesDisplay
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment