1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

Fixes release and updates fonts again

This commit is contained in:
Amir Raminfar
2021-04-01 13:02:41 -07:00
parent ee95bc75fb
commit 721e30385e
2 changed files with 4 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node
uses: actions/setup-node@v1
- name: Install dependencies

View File

@@ -63,8 +63,8 @@ export default {
</script>
<style scoped lang="scss">
.events {
padding: 10px;
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monaco, monospace;
padding: 1em;
font-family: SFMono-Regular, Consolas, Liberation Mono, monaco, Menlo, monospace;
& > li {
word-wrap: break-word;