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 8ba6bcf commit 9426f38Copy full SHA for 9426f38
packages/@vue/cli-ui/src/views/ProjectTaskDetails.vue
@@ -36,7 +36,7 @@
36
37
<div
38
class="command"
39
- v-tooltip="$t('views.project-task-details.command')"
+ v-tooltip="`${$t('views.project-task-details.command')}:<br><code>${task.command}</code>`"
40
>
41
{{ task.command }}
42
</div>
@@ -320,11 +320,12 @@ export default {
320
font-size 12px
321
background $vue-ui-color-light-neutral
322
color $vue-ui-color-dark
323
- padding 0 16px
+ padding 10px 16px
324
height 32px
325
- h-box()
326
- box-center()
327
border-radius $br
+ max-width 20vw
+ ellipsis()
328
+ box-sizing border-box
329
.vue-ui-dark-mode &
330
background $vue-ui-color-dark
331
color $vue-ui-color-light
0 commit comments