Skip to content
Snippets Groups Projects
Commit d08d9354 authored by Simon Malesys's avatar Simon Malesys
Browse files

Fix a small mobile responsiveness bug

parent 1b5b7f53
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@
<script setup lang="ts"></script>
<style scoped>
a {
word-break: break-all;
}
.informations {
display: flex;
flex-flow: column wrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment