Skip to content
Snippets Groups Projects
Commit 1f37011f authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-2731: change style of grid in report to wrap so project info appears properly

parent a058df26
No related branches found
No related tags found
1 merge request!1166TMSS-2731: Add annotation plugin and indicate resource usage beyond granted...
...@@ -288,4 +288,8 @@ body > iframe { ...@@ -288,4 +288,8 @@ body > iframe {
.workflow-wrap { .workflow-wrap {
flex-wrap: wrap; flex-wrap: wrap;
} }
\ No newline at end of file
.report-wrap {
flex-wrap: wrap;
}
...@@ -363,7 +363,7 @@ class ProjectReport extends Component { ...@@ -363,7 +363,7 @@ class ProjectReport extends Component {
<div className="report-div" id={`${this.props.project.name}-report-div`}> <div className="report-div" id={`${this.props.project.name}-report-div`}>
<div id={`${this.props.project.name}-project-details`}> <div id={`${this.props.project.name}-project-details`}>
<h2 style={{textAlign: "center", marginBottom:"25px"}}>Report statistics for project {this.props.project.name}</h2> <h2 style={{textAlign: "center", marginBottom:"25px"}}>Report statistics for project {this.props.project.name}</h2>
<div className="p-grid"> <div className="p-grid report-wrap">
<div className="col-lg-3 col-md-4 col-sm-12"> <div className="col-lg-3 col-md-4 col-sm-12">
<label>Project Documentation</label> <label>Project Documentation</label>
</div> </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