Skip to content
Snippets Groups Projects
Commit 1e94e0c0 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

fix #4064 (#4067)

parent 65b52fae
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ export default class Header extends Component {
return (
<div className={cx("QueryBuilder-section flex align-center", className)}>
<div className={cx("Entity py1 relative", { "pt2": badge })}>
<div className={cx("py1 relative flex-full", { "pt2": badge })}>
{ badge &&
<div className="absolute top left">{badge}</div>
}
......
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