Skip to content
Snippets Groups Projects
Commit c1a41a81 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

remove extra margin at project detail top

parent d2093fa1
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!378REDMINE_ISSUE-13761
......@@ -273,24 +273,20 @@ export default {
.project-header {
.row {
margin-top: 3em;
.row .right-column {
display: flex;
flex-direction: column;
.right-column {
display: flex;
flex-direction: column;
.ui.buttons {
justify-content: flex-end;
a.ui.button {
flex-grow: 0; /* avoid stretching buttons */
}
.ui.buttons {
justify-content: flex-end;
a.ui.button {
flex-grow: 0; /* avoid stretching buttons */
}
}
.centered {
margin: auto;
text-align: center;
}
}
.centered {
margin: auto;
text-align: center;
}
}
......
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