Skip to content

Commit

Permalink
Remove space from percent bar width value
Browse files Browse the repository at this point in the history
  • Loading branch information
emdecr committed Feb 21, 2020
1 parent 5e21a9b commit 48a43f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/pages/about/index.vue
Expand Up @@ -19,15 +19,14 @@
<span v-html="course.label" class="bold course-skill"></span>
<div class="course-info">
<span>Course:</span>
<!-- <br> -->
<a
:href="course.course_link"
v-html="course.course_name"
class="course-name"
target="_blank"
></a>
<div class="bar-container">
<span class="_bar" :style="{ width: course.course_percent + ' %'}"></span>
<span class="_bar" :style="{ width: course.course_percent + '%'}"></span>
<span class="_percent">{{course.course_percent + ' %'}}</span>
</div>
</div>
Expand Down

0 comments on commit 48a43f9

Please sign in to comment.