Fix projects and eperiments tables headers [SCI-8449]

Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
sboursen-scinote 2023-05-24 02:31:02 +02:00
parent 34032d54a2
commit b63bf04454
2 changed files with 10 additions and 2 deletions

View file

@ -7,6 +7,10 @@
// New experiments page
.projects-show {
.content-header {
height: var(--content-header-size)
}
.experiment-actions-menu {
height: 36px;
width: 36px;
@ -69,7 +73,7 @@
}
.project-show-container {
margin: 1.5em 0;
margin: 0;
.cards-wrapper {
--card-min-width: 350px;

View file

@ -594,6 +594,10 @@ li.module-hover {
}
.projects-index {
.content-header {
height: var(--content-header-size)
}
.project-users-list {
hr {
margin: .5em 0;
@ -676,7 +680,7 @@ li.module-hover {
}
.projects-container {
margin: 1.5em 0;
margin: 0;
.cards-wrapper {
--card-min-width: 291px;