Skip to content

Commit 9b1ea95

Browse files
author
Pascal Dreissen
committed
CSS adjustments to tooltip inner when using small screens (fixes #4096)
1 parent cc93b6a commit 9b1ea95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,4 +719,7 @@ span.flag-zw {background-position:0 -5435px}
719719
}
720720
input[type="password"].form-control[readonly] {
721721
cursor: text;
722+
}
723+
.tooltip-inner {
724+
max-width: 100%;
722725
}

0 commit comments

Comments
 (0)