fix: [code-2105]: fix issue in branch listing on element wrap (#2212)

* fix: [code-2105]: fix issue in branch listing on element wrap
unified-ui
Calvin Lee 2024-07-15 23:46:13 +00:00 committed by Harness
parent 7d5ac7b45c
commit dc77767afa
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
}
.widthContainer {
max-width: calc(100% - 100px);
max-width: calc(100% - 150px);
overflow-x: hidden;
display: flex;
flex-wrap: wrap;