Skip to content

Commit

Permalink
Fix an uncommon visual bug on the StatusRow component if its contents…
Browse files Browse the repository at this point in the history
… got too wide
  • Loading branch information
inkfarer committed Apr 14, 2024
1 parent bd83729 commit b52eaa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/StatusRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ export default defineComponent({
}
.status-row {
overflow-wrap: anywhere;
.status-row__status-light {
width: 12px;
min-width: 12px;
height: 12px;
border-radius: 50%;
margin: 0 8px 0 4px;
Expand Down

0 comments on commit b52eaa2

Please sign in to comment.