Skip to content

Commit

Permalink
🐛 Fix width for gl-current-cpu widget on Safari (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Dec 31, 2023
1 parent c4b6875 commit d8c0919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Widgets/GlCpuGauge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default {
cursor: pointer;
font-size: 0.9rem;
text-align: center;
width: 100%;
width: fit-content;
margin: 0.25rem auto;
padding: 0.1rem 0.25rem;
Expand Down

0 comments on commit d8c0919

Please sign in to comment.