Fixup long tooltip in setup email field
This commit is contained in:
@@ -117,6 +117,13 @@ input[type="checkbox"] {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.tooltip.long {
|
||||
.tooltip-inner {
|
||||
max-width: 400px;
|
||||
white-space: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip-inner {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user