mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
fix: improve long project name rendering (#2258)
This commit is contained in:
parent
45c77fac41
commit
f183f937c0
2 changed files with 3 additions and 1 deletions
|
|
@ -3559,6 +3559,7 @@ export function ProjectView({
|
|||
<span
|
||||
className="title editable"
|
||||
data-testid="project-title"
|
||||
title={project.name}
|
||||
tabIndex={0}
|
||||
role="textbox"
|
||||
suppressContentEditableWarning
|
||||
|
|
|
|||
|
|
@ -1203,6 +1203,7 @@ code {
|
|||
min-width: 0;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
padding-left: 1px;
|
||||
}
|
||||
.app-project-title .title {
|
||||
color: var(--text-strong);
|
||||
|
|
@ -14698,7 +14699,7 @@ button.ghost.mcp-copy-btn:hover:not(:disabled) {
|
|||
outline: none;
|
||||
border-radius: 4px;
|
||||
padding: 1px 4px;
|
||||
margin: -1px -4px;
|
||||
margin: 0px;
|
||||
max-width: min(100%, 420px);
|
||||
}
|
||||
.topbar-title .title.editable:focus,
|
||||
|
|
|
|||
Loading…
Reference in a new issue