Fix input size and ellipsis

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/17506/head
Julius Härtl 7 years ago committed by Arthur Schiwon
parent 6830daf104
commit 0fccda86c2
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
  1. 8
      apps/workflowengine/src/components/Check.vue
  2. 5
      apps/workflowengine/src/components/Checks/RequestURL.vue
  3. 5
      apps/workflowengine/src/components/Checks/RequestUserGroup.vue

@ -155,6 +155,14 @@ export default {
margin-right: 5px;
margin-bottom: 5px;
}
.multiselect::v-deep .multiselect__content-wrapper li>span,
.multiselect::v-deep .multiselect__single {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
input[type=text] {
margin: 0;

@ -137,3 +137,8 @@ export default {
}
}
</script>
<style scoped>
.multiselect, input[type='text'] {
width: 100%;
}
</style>

@ -75,3 +75,8 @@ export default {
}
}
</script>
<style scoped>
.multiselect, input[type='text'] {
width: 100%;
}
</style>

Loading…
Cancel
Save