Skip to content

Commit

Permalink
πŸ› fix: avoid line break in the number of records of the search bar (#…
Browse files Browse the repository at this point in the history
…3205)

# Description

This PR fixes nowrap style to avoid line break in the number of records
of the search bar

**Type of change**

Bug fix
  • Loading branch information
leiyre authored Jun 16, 2023
1 parent d5ca083 commit c52150d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/feedback-task/SearchBar.base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export default {
}
&__additional-info {
@include font-size(13px);
color: rgba(0, 0, 0, 0.37);
text-wrap: nowrap;
color: $black-37;
white-space: nowrap;
}
}
</style>

0 comments on commit c52150d

Please sign in to comment.