mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -44,7 +44,6 @@ export default class SearchResultWidget extends NoteContextAwareWidget {
|
||||
this.$content = this.$widget.find('.search-result-widget-content');
|
||||
this.$noResults = this.$widget.find('.search-no-results');
|
||||
this.$notExecutedYet = this.$widget.find('.search-not-executed-yet');
|
||||
this.contentSized();
|
||||
}
|
||||
|
||||
async refreshWithNote(note) {
|
||||
|
||||
Reference in New Issue
Block a user