Skip to content

Commit cac746b

Browse files
authored
Merge pull request #5626 from Countly/anna/next
Anna/next
2 parents 7292186 + 29129ce commit cac746b

File tree

2 files changed

+15
-1
lines changed
  • frontend/express/public

2 files changed

+15
-1
lines changed

frontend/express/public/javascripts/countly/vue/components/date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
var lengthStr = this.rangeLimits.maxLength[0] + ' ' + CV.i18n('common.buckets.' + this.rangeLimits.maxLength[1]);
930930
return {'maxLength': CV.i18n('common.range-length-limit', lengthStr)};
931931
}
932-
return {};
932+
return "";
933933
},
934934
setMinuteAndHourStyle: function() {
935935
return { display: this.tableType === 'minute' || this.tableType === 'hour' ? 'none' : '' };

frontend/express/public/stylesheets/vue/clyvue.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3861,6 +3861,20 @@
38613861
padding: 8px 14px;
38623862
}
38633863
}
3864+
.x-button {
3865+
border: 0;
3866+
box-shadow: none;
3867+
padding-left: 0px;
3868+
padding-right: 1rem;
3869+
}
3870+
.vertical-divider {
3871+
border-left: 1px solid #ECECEC;
3872+
height: 16px;
3873+
}
3874+
.cly-io-16 {
3875+
display: contents;
3876+
}
3877+
38643878
}
38653879

38663880
.cly-vue-empty-home {

0 commit comments

Comments
 (0)