Skip to content

Commit

Permalink
Fix invalid postion of before content in home page in Firefox Linux (1…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnNiang authored Dec 18, 2024
1 parent c54a7de commit 063a071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/card-with-header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ defineProps({
font-size: 16px;
font-weight: 500;
margin-left: 18px;
display: flex;
&::before {
position: absolute;
top: 4px;
top: 50%;
transform: translateY(-50%);
left: -13px;
width: 4px;
height: 14px;
Expand Down

0 comments on commit 063a071

Please sign in to comment.