We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff645fd commit 84f3e92Copy full SHA for 84f3e92
src/webviews/apps/plus/graph/graph.scss
@@ -252,7 +252,7 @@ button:not([disabled]),
252
253
.shrink {
254
max-width: fit-content;
255
- transition: all .2s;
+ transition: all 0.2s;
256
257
&.hidden {
258
max-width: 0;
@@ -1338,15 +1338,4 @@ sl-select:focus::part(combobox) {
1338
.merge-conflict-warning {
1339
flex: 0 0 100%;
1340
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
- }
1352
}
0 commit comments