mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-30 20:23:14 +08:00
Fix experiment and step title (#1779)
This commit is contained in:
parent
20b626d791
commit
d959769b65
2 changed files with 10 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue