MelissaConfiguracoes: desc pode quebrar em ate 2 linhas
Volta -webkit-line-clamp: 2 no .mcfg-grp-desc e .mcfg-nav-item__desc — descricao quebra em 2 linhas se precisar ao inves de cortar com ellipsis em 1 linha. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -778,8 +778,9 @@ function resetCores() {
|
|||||||
color: var(--m-text-muted);
|
color: var(--m-text-muted);
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
display: -webkit-box;
|
||||||
white-space: nowrap;
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
.mcfg-grp-badge {
|
.mcfg-grp-badge {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
@@ -857,8 +858,9 @@ function resetCores() {
|
|||||||
color: var(--m-text-muted);
|
color: var(--m-text-muted);
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
display: -webkit-box;
|
||||||
white-space: nowrap;
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
.mcfg-nav-item:hover .mcfg-nav-item__desc,
|
.mcfg-nav-item:hover .mcfg-nav-item__desc,
|
||||||
.mcfg-nav-item.is-active .mcfg-nav-item__desc {
|
.mcfg-nav-item.is-active .mcfg-nav-item__desc {
|
||||||
|
|||||||
Reference in New Issue
Block a user