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:
aignatov-bio 2023-05-26 11:13:28 +02:00 committed by GitHub
commit 9018bf00df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#canvas-container,
#module-archive {
.experimnet-name {
max-width: calc(100% - 300px);
max-width: calc(100% - 2rem);
}
.panel-heading {

View file

@ -4,7 +4,7 @@
#experiment-canvas,
#module-archive {
.experimnet-name {
max-width: calc(100% - 300px);
max-width: calc(100% - 2rem);
}
.toolbar {

View file

@ -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;