Skip to content
Snippets Groups Projects
Commit 5e0d05e2 authored by Atte Keinänen's avatar Atte Keinänen Committed by GitHub
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment