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
5e0d05e2
Commit
5e0d05e2
authored
8 years ago
by
Atte Keinänen
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #4792 from metabase/space-between-new-and-question
Add a space between New and Question words in navbar button
parents
0fecb796
f3d5f1d8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/metabase/nav/containers/Navbar.jsx
+1
-2
1 addition, 2 deletions
frontend/src/metabase/nav/containers/Navbar.jsx
with
1 addition
and
2 deletions
frontend/src/metabase/nav/containers/Navbar.jsx
+
1
−
2
View file @
5e0d05e2
...
...
@@ -143,8 +143,7 @@ export default class Navbar extends Component {
</
li
>
<
li
className
=
"pl3 hide sm-show"
>
<
Link
to
=
{
Urls
.
question
()
}
data-metabase-event
=
{
"
Navbar;New Question
"
}
style
=
{
this
.
styles
.
newQuestion
}
className
=
"NavNewQuestion rounded inline-block bg-white text-brand text-bold cursor-pointer px2 no-decoration transition-all"
>
New
<
span
>
Question
</
span
>
New
<
span
>
Question
</
span
>
</
Link
>
</
li
>
<
li
className
=
"flex-align-right transition-background"
>
...
...
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