mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Merge pull request #5483 from aignatov-bio/ai-sci-8529-fix-experiment-header-name-container
Fix project/experiment name container size [SCI-8529]
This commit is contained in:
commit
9018bf00df
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
#canvas-container,
|
||||
#module-archive {
|
||||
.experimnet-name {
|
||||
max-width: calc(100% - 300px);
|
||||
max-width: calc(100% - 2rem);
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#experiment-canvas,
|
||||
#module-archive {
|
||||
.experimnet-name {
|
||||
max-width: calc(100% - 300px);
|
||||
max-width: calc(100% - 2rem);
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
.project-name {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
max-width: calc(100% - 7em);
|
||||
max-width: calc(100% - 2rem);
|
||||
|
||||
.fas {
|
||||
margin-right: .5em;
|
||||
|
|
Loading…
Reference in a new issue