mirror of https://github.com/harness/drone.git
fix: [code-2105]: fix issue in branch listing on element wrap (#2212)
* fix: [code-2105]: fix issue in branch listing on element wrapunified-ui
parent
7d5ac7b45c
commit
dc77767afa
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
|
||||
.widthContainer {
|
||||
max-width: calc(100% - 100px);
|
||||
max-width: calc(100% - 150px);
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Reference in New Issue