mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-11 04:05:21 +00:00
fix: add flex-shrink style for labels (#547)
This commit is contained in:
@@ -156,7 +156,6 @@ limitations under the License. -->
|
||||
|
||||
.link {
|
||||
float: right;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.active {
|
||||
|
||||
@@ -234,6 +234,7 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
.label {
|
||||
line-height: 24px;
|
||||
line-height: var(--el-input-height, 24px);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -72,7 +72,7 @@ limitations under the License. -->
|
||||
</div>
|
||||
<div class="flex-h row" v-show="!isBrowser">
|
||||
<div class="mr-10 traceId">
|
||||
<span class="grey mr-5 label">{{ t("traceID") }}:</span>
|
||||
<span class="grey mr-5">{{ t("traceID") }}:</span>
|
||||
<el-input v-model="traceId" class="inputs-max" size="small" />
|
||||
</div>
|
||||
<ConditionTags :type="'LOG'" @update="updateTags" />
|
||||
@@ -480,6 +480,7 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
.label {
|
||||
line-height: 24px;
|
||||
line-height: var(--el-input-height, 24px);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -356,6 +356,7 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
.label {
|
||||
line-height: 24px;
|
||||
line-height: var(--el-input-height, 24px);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user