Fix copy half-cut print handling
This commit is contained in:
@@ -167,6 +167,13 @@ button.primary {
|
||||
color: #a7e8af;
|
||||
}
|
||||
|
||||
.field-note {
|
||||
margin: 0;
|
||||
color: #b7b7b7;
|
||||
font-size: 13px;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.bottom-actions {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
||||
@@ -157,6 +157,12 @@ textarea {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.field-note {
|
||||
color: #b7b7b7;
|
||||
font-size: 13px;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.sidebar label {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
|
||||
Reference in New Issue
Block a user