mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 02:38:12 +08:00
overflow title (#858)
This commit is contained in:
@@ -52,17 +52,21 @@ class LeftSideBar extends React.Component {
|
||||
×
|
||||
</span>gene
|
||||
</span>
|
||||
<span
|
||||
<div
|
||||
data-testid="header"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
position: "relative",
|
||||
top: -2,
|
||||
display: "inline-block",
|
||||
marginLeft: 7,
|
||||
top: -8
|
||||
width: 170,
|
||||
overflow: "hidden"
|
||||
}}
|
||||
title={datasetTitle}
|
||||
>
|
||||
{datasetTitle}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user