Skip to content

Commit 8523069

Browse files
fix: menu , list , item-label at global css should not have fixed width (openobserve#7009)
This PR fixes the fixed width to auto width before it was 150px which makes some menu to be 150px only
1 parent dbdf4e4 commit 8523069

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web/src/styles/tailwind.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
overflow: hidden;
2323
white-space: nowrap;
2424
text-overflow: ellipsis;
25-
width: 150px;
26-
white-space: nowrap;
27-
overflow: hidden;
28-
text-overflow: ellipsis;
25+
width: auto;
2926
}
3027
/* ... */
3128
}

0 commit comments

Comments
 (0)