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

Fix revision history modal height

parent 919fe310
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ export default class HistoryModal extends Component {
title="Revision history"
onClose={() => this.props.onClose()}
>
<LoadingAndErrorWrapper loading={!revisions} error={this.state.error}>
<LoadingAndErrorWrapper className="flex flex-full flex-basis-auto" loading={!revisions} error={this.state.error}>
{() =>
<div className="pb4 flex-full">
<div className="border-bottom flex px4 py1 text-uppercase text-grey-3 text-bold h5">
......
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