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 6ddf40e commit 337fe68Copy full SHA for 337fe68
src/vue/setting/view/toolchains/index.less
@@ -72,13 +72,17 @@
72
display: flex;
73
column-gap: @spacing-sm;
74
align-items: center;
75
+ width: 100%;
76
77
+ // Make the path input flexibly take available width
78
.el-input {
- flex: 1;
79
+ flex: 1 1 0;
80
+ min-width: 0; // allow shrinking in flex container
81
}
82
83
.el-button {
84
min-width: 80px;
85
+ flex: 0 0 auto; // keep button size stable
86
87
88
0 commit comments