Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
3ad9e835
Commit
3ad9e835
authored
9 years ago
by
Kyle Doherty
Browse files
Options
Downloads
Patches
Plain Diff
full height fix
parent
f30336ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/frontend_client/app/home/components/Homepage.react.js
+2
-2
2 additions, 2 deletions
...ces/frontend_client/app/home/components/Homepage.react.js
with
2 additions
and
2 deletions
resources/frontend_client/app/home/components/Homepage.react.js
+
2
−
2
View file @
3ad9e835
...
...
@@ -54,7 +54,7 @@ export default class Homepage extends Component {
const
{
selectedTab
,
user
}
=
this
.
props
;
return
(
<
div
>
<
div
className
=
"
flex flex-column flex-full
"
>
{
this
.
state
.
onboarding
?
<
Modal
>
<
NewUserOnboardingModal
user
=
{
user
}
closeFn
=
{()
=>
(
this
.
completeOnboarding
())}
><
/NewUserOnboardingModal
>
...
...
@@ -79,7 +79,7 @@ export default class Homepage extends Component {
<
/div
>
<
/div
>
<
/div
>
<
div
className
=
"
relative pl4
"
>
<
div
className
=
"
relative
felx flex-column flex-full
pl4
"
>
<
div
style
=
{
this
.
styles
.
main
}
>
<
div
style
=
{
this
.
styles
.
mainWrapper
}
>
{
selectedTab
===
'
activity
'
?
...
...
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