We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a11796 commit 9d2fc89Copy full SHA for 9d2fc89
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@code4bones/react-c4b-ui",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"main": "build/index.js",
5
"module": "build/index.esm.js",
6
"files": [
src/TreeMenu/TreeMenu.less
@@ -142,6 +142,7 @@
142
display: flex;
143
flex-direction: column;
144
align-content: center;
145
+ overflow-x: clip;
146
147
148
> .title:has(~.info.vertical,~.info.horizontal) {
0 commit comments