Readjust height of the question mark icon

- 15px is actually the height of an `<label />` inside a form.
This commit is contained in:
Jean-Baptiste Bellet
2021-03-09 17:01:41 +01:00
parent 945ed5fb78
commit e137eb724b

View File

@@ -40,6 +40,13 @@
}
}
// Question mark icon into a field
.field .question-mark-icon {
width: 15px;
min-width: 15px;
height: 15px;
}
.joyride-tip-guide.question-mark-tooltip {
width: 16rem;
max-width: 65%;