Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui/src/components/view/SearchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ export default {
styleSearch () {
if (!this.searchFilters || this.searchFilters.length === 0) {
return {
width: '100%',
width: '85%',
Comment thread
sureshanaparti marked this conversation as resolved.
Outdated
display: 'table-cell'
}
}

return {
width: '100%',
width: '85%',
display: 'table-cell',
lineHeight: '31px'
}
Expand Down