mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 15:33:50 +08:00
fix some css on step panel heading
This commit is contained in:
parent
0b3b6d593b
commit
ca4d8e71bb
1 changed files with 2 additions and 2 deletions
|
@ -70,13 +70,14 @@
|
|||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin: 0 10px;
|
||||
min-width: fit-content;
|
||||
}
|
||||
|
||||
.left-floats {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 39px;
|
||||
padding-right: 5px;
|
||||
padding-right: 15px;
|
||||
|
||||
.step-name-link {
|
||||
display: flex;
|
||||
|
@ -88,7 +89,6 @@
|
|||
display: flex;
|
||||
flex-shrink: 1;
|
||||
height: 39px;
|
||||
min-width: 100px;
|
||||
overflow: hidden;
|
||||
|
||||
strong {
|
||||
|
|
Loading…
Reference in a new issue