- client: show tooltips on tap for mobile devices

This commit is contained in:
Ildar Kamalov
2020-07-24 16:11:45 +03:00
parent 946bda37a3
commit dd2c9d96e7
5 changed files with 55 additions and 27 deletions

View File

@@ -1,5 +1,11 @@
.tooltip-container {
border: 0;
padding: 0.7rem;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.tooltip-custom--narrow {
max-width: 13.75rem;
max-width: 14rem;
}
.tooltip-custom--wide {