fix dataset title clipping (#1040)

This commit is contained in:
Severiano Badajoz
2019-11-18 12:42:55 -08:00
committed by GitHub
parent cf8f1a710d
commit bd5f816d58

View File

@@ -74,7 +74,7 @@ class LeftSideBar extends React.Component {
display: "inline-block",
width: "190px",
marginLeft: "7px",
height: "1.1em",
height: "1.2em",
overflow: "hidden",
wordBreak: "break-all"
}}