Skip to content

Commit 451ce19

Browse files
[UI] Fix for action buttons view in network -> public ip addresses, updated search view width
1 parent 6a518e2 commit 451ce19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/view/SearchView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,13 @@ export default {
225225
styleSearch () {
226226
if (!this.searchFilters || this.searchFilters.length === 0) {
227227
return {
228-
width: '100%',
228+
width: '85%',
229229
display: 'table-cell'
230230
}
231231
}
232232
233233
return {
234-
width: '100%',
234+
width: '85%',
235235
display: 'table-cell',
236236
lineHeight: '31px'
237237
}

0 commit comments

Comments
 (0)