Widen the clickable area for statuses in grouped notifications (#31111)
This commit is contained in:
parent
871b6197df
commit
a8330be93e
3 changed files with 77 additions and 82 deletions
|
@ -10457,6 +10457,8 @@ noscript {
|
|||
}
|
||||
|
||||
&__embedded-status {
|
||||
cursor: pointer;
|
||||
|
||||
&__account {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -10478,7 +10480,6 @@ noscript {
|
|||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
color: $dark-text-color;
|
||||
cursor: pointer;
|
||||
-webkit-line-clamp: 4;
|
||||
-webkit-box-orient: vertical;
|
||||
max-height: 4 * 22px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue