fix: tooltips width

This commit is contained in:
2024-09-18 20:04:53 +02:00
parent 547248b478
commit 8285d5c579
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -32,12 +32,11 @@ export default defineComponent({
<style scoped>
.tooltip-content {
width: 300px;
width: 200px;
padding: 0.25em 0.5em;
border-radius: 0.25em;
width: 100%;
background-color: #1b1b1b;
box-shadow: 0 0 5px 2px #aaa;
}
+1 -2
View File
@@ -32,12 +32,11 @@ export default defineComponent({
<style scoped>
.tooltip-content {
width: 300px;
width: 200px;
padding: 0.25em 0.5em;
border-radius: 0.25em;
width: 100%;
background-color: #1b1b1b;
box-shadow: 0 0 5px 2px #aaa;
}