Skip to content

Commit

Permalink
removed unit from zero
Browse files Browse the repository at this point in the history
  • Loading branch information
RalkeyOfficial committed Nov 21, 2024
1 parent 539dfbd commit 1eef1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Source/SourceDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ export default {
font-size: 2em !important;
margin-block-start: 0.67em !important;
margin-block-end: 0.67em !important;
margin-inline-start: 0px !important;
margin-inline-end: 0px !important;
margin-inline-start: 0 !important;
margin-inline-end: 0 !important;
font-weight: bold !important;
unicode-bidi: isolate !important;
}
Expand Down

0 comments on commit 1eef1ad

Please sign in to comment.