mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Readjust height of the question mark icon
- 15px is actually the height of an `<label />` inside a form.
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user