@jsenv/navi 0.27.35 → 0.27.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jsenv_navi.js +1 -0
- package/dist/jsenv_navi.js.map +4 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -23742,6 +23742,7 @@ const TextOverflow = ({
|
|
|
23742
23742
|
}) => {
|
|
23743
23743
|
const [overflowPinned, setOverflowPinned] = useState(null);
|
|
23744
23744
|
return jsx(TextDispatcher, {
|
|
23745
|
+
inline: true,
|
|
23745
23746
|
flex: true,
|
|
23746
23747
|
block: true,
|
|
23747
23748
|
as: "div",
|