Adjust to there is no editing jog
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
}
|
||||
|
||||
.card__title {
|
||||
line-height: 1.2;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -142,12 +142,11 @@
|
||||
color: inherit;
|
||||
font-size: var(--text-xx-large);
|
||||
font-weight: 900;
|
||||
line-height: 1.2;
|
||||
line-height: 1.3;
|
||||
text-wrap: balance;
|
||||
|
||||
@supports not (field-sizing: content) {
|
||||
&:has(textarea) {
|
||||
line-height: 1.3;
|
||||
text-wrap: unset; /* Safari is annoying if you have text-wrap: balance in textareas */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user