Skip to content

Commit 84f3e92

Browse files
committed
Updates merge-rebase-status width on Graph
1 parent ff645fd commit 84f3e92

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/webviews/apps/plus/graph/graph.scss

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ button:not([disabled]),
252252

253253
.shrink {
254254
max-width: fit-content;
255-
transition: all .2s;
255+
transition: all 0.2s;
256256

257257
&.hidden {
258258
max-width: 0;
@@ -1338,15 +1338,4 @@ sl-select:focus::part(combobox) {
13381338
.merge-conflict-warning {
13391339
flex: 0 0 100%;
13401340
min-width: 0;
1341-
1342-
// &__content {
1343-
// display: block;
1344-
// width: 100%;
1345-
// min-width: 0;
1346-
// max-width: fit-content;
1347-
// }
1348-
1349-
&__content::part(base) {
1350-
max-width: fit-content;
1351-
}
13521341
}

0 commit comments

Comments
 (0)