Fix experiment and step title (#1779)

This commit is contained in:
aignatov-bio 2019-05-20 11:20:08 +02:00 committed by GitHub
parent 20b626d791
commit d959769b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View file

@ -66,9 +66,12 @@
.view-mode {
border: 1px solid transparent;
cursor: pointer;
flex-wrap: nowrap;
line-height: 26px;
overflow: hidden;
padding: 8px 5px;
padding-right: 36px;
white-space: nowrap;
width: calc(100% - 36px);
}

View file

@ -61,13 +61,9 @@
padding-bottom: 0;
padding-top: 0;
> * {
display: inline-block;
line-height: 39px;
}
.panel-options {
bottom: 0;
line-height: 39px;
}
span.step-number {
@ -80,16 +76,19 @@
align-items: center;
display: flex;
height: 39px;
padding-right: 5px;
.step-name-link {
display: flex;
flex-shrink: 1;
line-height: 39px;
overflow: hidden;
.name-block {
display: inline-block;
display: flex;
flex-shrink: 1;
height: 39px;
max-width: calc(100% - 300px);
min-width: 100px;
overflow: hidden;
strong {
@ -104,9 +103,9 @@
.author-block {
display: inline-block;
flex-shrink: 0;
font-size: 16px;
overflow: hidden;
margin-right: 20px;
white-space: nowrap;
}
}