File tree 2 files changed +3
-2
lines changed
javascripts/countly/vue/templates/content
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
</ div >
17
17
< div class ="cly-vue-content-builder__layout-header__info ">
18
18
< div class ="cly-vue-content-builder__layout-header__info-title cursor-pointer " @dblclick ="handleDoubleClick ">
19
- < h4 v-if ="!isEditing "> {{ localTitle }}</ h4 >
19
+ < h4 class =" has-ellipsis " v-tooltip =" localTitle && localTitle.length > 30 ? localTitle : '' " v-if ="!isEditing "> {{ localTitle }}</ h4 >
20
20
< el-input
21
21
v-else
22
22
class ="bu-mb-2 cly-vue-content-builder__layout-header__info-title__input "
Original file line number Diff line number Diff line change 4336
4336
& __left {
4337
4337
display : flex ;
4338
4338
align-items : center ;
4339
- width : 350px ;
4339
+ // width: 350px;
4340
4340
}
4341
4341
4342
4342
& __icon {
4366
4366
& __info-title {
4367
4367
h4 {
4368
4368
margin : 0 ;
4369
+ max-width : 400px ;
4369
4370
}
4370
4371
& __input {
4371
4372
width : 200px ;
You can’t perform that action at this time.
0 commit comments