Skip to content

Commit 19e7d82

Browse files
author
Till Brehm
committed
Merge branch 'fix-4096' into 'stable-3.1'
CSS adjustments to tooltip inner when using small screens (fixes #4096) See merge request !410
2 parents cc93b6a + 9b1ea95 commit 19e7d82

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)