Skip to content

Commit 14bf3ed

Browse files
authored
Merge pull request #448 from Caltech-IPAC/IRSA-672-image-plot-title
IRSA_672: improve image lable for plot title inline
2 parents f2ddcd0 + 957569e commit 14bf3ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/firefly/js/visualize/iv/PlotTitle.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
white-space : nowrap;
1515
font-size : 9pt;
1616
border-radius : 0 0 5px 0;
17+
line-height: normal;
18+
overflow: hidden;
19+
text-overflow: ellipsis;
20+
max-width: 100%;
1721
}
1822

1923

0 commit comments

Comments
 (0)