[F] Fix the newline display for button

This commit is contained in:
Hykilpikonna
2019-09-27 20:12:41 -04:00
parent a46e011c90
commit fff60f5754
+1
View File
@@ -9,6 +9,7 @@
<span class="gpa max">(Out of {{getGPA().max}})</span>
<div class="bottom clearfix gpa time">
<time>{{ new Date().toDateString() }}</time>
<br>
<el-button type="text" class="gpa button">Button</el-button>
</div>
</div>