Avoid overflowing when textarea does not fit but also don't break lines
This commit is contained in:
@@ -344,8 +344,7 @@ onMounted(async () =>{
|
||||
|
||||
<FormGroup v-if="volumeDialogData.mountType === 'sshfs'">
|
||||
<label for="volumePrivateKey">{{ $t('volumes.addVolumeDialog.privateKey') }}</label>
|
||||
<!-- private key has 7 lines of 70 chars -->
|
||||
<MaskedInput multiline rows="7" cols="72" v-model="volumeDialogData.privateKey" id="volumePrivateKey" />
|
||||
<MaskedInput multiline rows="7" style="white-space: nowrap;" v-model="volumeDialogData.privateKey" id="volumePrivateKey" />
|
||||
</FormGroup>
|
||||
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user