mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 00:54:32 +08:00
Fix title for archived folders [SCI-6049] (#3541)
This commit is contained in:
parent
95946499a5
commit
857ce2d90f
2 changed files with 6 additions and 0 deletions
|
@ -481,6 +481,10 @@ li.module-hover {
|
|||
}
|
||||
}
|
||||
|
||||
.projects-title {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.delete-folders-form,
|
||||
.delete-folders-btn {
|
||||
display: inline-block;
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
width: calc(100% + 4em);
|
||||
|
||||
h1 {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue