Skip to content

Commit

Permalink
Merge pull request #10606 from archesproject/10605_fix_resource_edito…
Browse files Browse the repository at this point in the history
…r_title_cutoff

10605 Fix long titles being hidden in resource editor
  • Loading branch information
aarongundel authored Feb 14, 2024
2 parents 035965d + 55f0ddf commit 4f1286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/css/arches.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5581,12 +5581,12 @@ div.card-grid-item.selected {
width: 100%;
height: 50px;
overflow: hidden;
display: flex;
}

.ep-graph-title {
font-size: 1.6rem;
padding: 5px;
flex-wrap: wrap;
align-items: center;
}

Expand Down

0 comments on commit 4f1286e

Please sign in to comment.