mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +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,
|
#canvas-container,
|
||||||
#module-archive {
|
#module-archive {
|
||||||
.experimnet-name {
|
.experimnet-name {
|
||||||
max-width: calc(100% - 300px);
|
max-width: calc(100% - 2rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#experiment-canvas,
|
#experiment-canvas,
|
||||||
#module-archive {
|
#module-archive {
|
||||||
.experimnet-name {
|
.experimnet-name {
|
||||||
max-width: calc(100% - 300px);
|
max-width: calc(100% - 2rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar {
|
.toolbar {
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
.project-name {
|
.project-name {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: calc(100% - 7em);
|
max-width: calc(100% - 2rem);
|
||||||
|
|
||||||
.fas {
|
.fas {
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
|
|
Loading…
Reference in a new issue