Skip to content

Commit

Permalink
fix(TopBar): reduce the font weight
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad authored and backportbot[bot] committed Sep 19, 2024
1 parent 0c3c143 commit c8bc90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ export default {
}
}
.title {
font-weight: bold;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit c8bc90e

Please sign in to comment.