Fix title for archived folders [SCI-6049] (#3541)

This commit is contained in:
aignatov-bio 2021-09-17 14:12:53 +02:00 committed by GitHub
parent 95946499a5
commit 857ce2d90f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -481,6 +481,10 @@ li.module-hover {
}
}
.projects-title {
flex-grow: 1;
}
.delete-folders-form,
.delete-folders-btn {
display: inline-block;

View file

@ -32,6 +32,8 @@
width: calc(100% + 4em);
h1 {
align-items: center;
display: flex;
flex-grow: 1;
margin: 0;
}