{{ props.fieldLabel }}
@@ -180,7 +180,6 @@ const onSave = () => {
:language="viewLanguage"
:show-line-num="prefStore.showLineNum"
class="flex-item-expand"
- style="height: 100%"
@input="onInput"
@reset="onInput"
@save="onSave" />
@@ -248,7 +247,7 @@ const onSave = () => {
}
&-label {
- line-height: 1.25;
+ height: 18px;
color: v-bind('themeVars.textColor3');
font-size: 13px;
padding: 5px 0;
@@ -260,6 +259,12 @@ const onSave = () => {
}
}
+:deep(.n-card__content) {
+ display: flex;
+ flex-direction: column;
+ flex-grow: 1;
+}
+
:deep(.n-card__action) {
padding: 5px 10px;
background-color: unset;