You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Safari shows extra 2x15px width for the parent button with `-webkit-box`.
* `-webkit-line-clamp`, `-webkit-box-orient` are effective only with `-webkit-box`.
** display: -webkit-box;
** -webkit-line-clamp: 1;
** -webkit-box-orient: vertical;
Othere fixes:
* `overflow: hidden;` not required
* `::v-deep(...)` is deprecated, changed to `:deep(...)`
0 commit comments