Skip to content
Snippets Groups Projects
Commit ad276f15 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

Merge branch 'layout-mismatch-review-decision-page' into 'master'

css changes to decission page to look like review page

Closes #90

See merge request xpub/xpub!91
parents 01d83c3c b719f376
No related branches found
No related tags found
No related merge requests found
.root {
bottom: 0;
display: flex;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 50px;
display: grid;
grid-column-gap: 2em;
grid-template-areas: "manuscript decision files";
grid-template-columns: minmax(200px, 80ch) minmax(200px, 50ch) minmax(10ch, 10ch);
justify-content: center;
}
.column {
flex: 1;
height: 100%;
overflow-y: hidden;
padding: 10px;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment