-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix the window have scroller when it have hpa card (#4238)
* fix: fix the window have scroller when it have hpa card Signed-off-by: harrisonliu5 <[email protected]> * fix: fix horizontalpodautoscalers api version Signed-off-by: harrisonliu5 <[email protected]> --------- Signed-off-by: harrisonliu5 <[email protected]>
- Loading branch information
1 parent
bff4820
commit fe8e59f
Showing
3 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,9 @@ | |
line-height: 1.67; | ||
} | ||
} | ||
|
||
.menu { | ||
:global(.menu) { | ||
min-width: 100px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters