Fixup long tooltip in setup email field

This commit is contained in:
Johannes Zellner
2019-02-10 08:52:54 +01:00
parent a47911048c
commit db7174b0f3
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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;