Skip to content
Snippets Groups Projects
Commit 919fe310 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Use `display: flex` for edit bar buttons, fixes IE11 layout glitch

parent 7b5bb733
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class EditBar extends Component {
{subtitle}
</span>
)}
<span className="flex-align-right">
<span className="flex-align-right flex">
{buttons}
</span>
</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