shared: pair -webkit-line-clamp with standard line-clamp
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f0cc94d96f
commit
575b7a7168
|
|
@ -905,6 +905,7 @@ textarea.form-control:focus,
|
|||
max-width: 100% !important;
|
||||
display: -webkit-box !important;
|
||||
-webkit-line-clamp: 2;
|
||||
line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue