File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 379379<style lang="scss">
380380.v-dialog > .v-card > .v-card__title {
381381 flex-wrap : nowrap ;
382+ overflow : hidden ;
383+ & * {
384+ white-space : nowrap ;
385+ }
382386}
383387
384388.v-data-table tbody tr .v-data-table__expanded__content {
385389 box-shadow : none !important ;
390+
386391}
387392
388393.v-data-table a {
Original file line number Diff line number Diff line change 5252 @save =" onTaskCreated"
5353 >
5454 <template v-slot :title ={} >
55- <v-icon class =" mr-4" >{{ TEMPLATE_TYPE_ICONS[templateType] }}</v-icon >
55+ <v-icon small class =" mr-4" >{{ TEMPLATE_TYPE_ICONS[templateType] }}</v-icon >
5656 <span class =" breadcrumbs__item" >{{ templateAlias }}</span >
5757 <v-icon >mdi-chevron-right</v-icon >
5858 <span class =" breadcrumbs__item" >New Task</span >
You can’t perform that action at this time.
0 commit comments