Skip to content

Commit

Permalink
fix(UnifiedSearch): Restore normal dialog size
Browse files Browse the repository at this point in the history
Signed-off-by: fenn-cs <[email protected]>
  • Loading branch information
nfebe authored and backportbot[bot] committed Aug 30, 2024
1 parent 69c00ae commit 7f5580b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/views/UnifiedSearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,8 @@ export default {
&__no-content {
display: flex;
align-items: center;
height: 100%;
margin-top: 0.5em;
height: 70%;
}
&__results {
Expand Down

0 comments on commit 7f5580b

Please sign in to comment.