Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Show entire pages title when hovering the title"

Merged VIAUD Nathan requested to merge 340-show-entire-pages-title-when-hovering-the-title into main
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -175,5 +175,9 @@ const activityIndex = computed(() => {
&.active {
color: var(--editor-blue);
}
&:hover {
overflow-x: visible;
}
}
</style>
Loading