Skip to content

Commit

Permalink
Make title in preview more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulade committed Jan 20, 2021
1 parent 63d435d commit cbeb613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Preview.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="container" :class="{ 'visible': entry.filePath }">
<div class="p-d-flex p-jc-between">
<div class="p-d-flex p-jc-between" style="padding-bottom: 10px;">
<div class="header-filename">
{{ entry.fileName }}
</div>
Expand Down

0 comments on commit cbeb613

Please sign in to comment.