Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Nov 25, 2023
1 parent f862bbc commit 457f038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/Uptime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ export default {
<style scoped>
.badge {
min-width: 62px;
overflow: hidden;
text-overflow: ellipsis;
}
.fixed-width {
width: 62px;
overflow: hidden;
text-overflow: ellipsis;
}
</style>

0 comments on commit 457f038

Please sign in to comment.