Auto resize block overview tooltip

This commit is contained in:
softsimon
2022-07-07 16:25:26 +02:00
parent 812783f2cd
commit a0e32ab0bd
2 changed files with 8 additions and 4 deletions

View File

@@ -9,10 +9,14 @@
justify-content: space-between;
padding: 10px 15px;
text-align: left;
width: 420px;
min-width: 320px;
pointer-events: none;
&.clickable {
pointer-events: all;
}
}
.td-width {
padding-right: 10px;
}