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-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
min-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-floats {
|
.left-floats {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 39px;
|
height: 39px;
|
||||||
padding-right: 5px;
|
padding-right: 15px;
|
||||||
|
|
||||||
.step-name-link {
|
.step-name-link {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -88,7 +89,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
height: 39px;
|
height: 39px;
|
||||||
min-width: 100px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
|
Loading…
Reference in a new issue