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 @@ ...@@ -104,6 +104,10 @@
<script setup lang="ts"></script> <script setup lang="ts"></script>
<style scoped> <style scoped>
a {
word-break: break-all;
}
.informations { .informations {
display: flex; display: flex;
flex-flow: column wrap; flex-flow: column wrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment