Skip to content

Commit 010fbfc

Browse files
authored
[5.4] Tooltip width (joomla#45571)
Make tooltips overflow-wrap to be readable on mobile devices Signed-off-by: BrianTeeman <[email protected]>
1 parent c7f831b commit 010fbfc

File tree

1 file changed

+3
-0
lines changed
  • build/media_source/templates/administrator/atum/scss/blocks

1 file changed

+3
-0
lines changed

build/media_source/templates/administrator/atum/scss/blocks/_form.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ label.valid {
161161
:hover + [role="tooltip"] {
162162
position: absolute;
163163
display: block;
164+
max-width: 100%;
165+
overflow-wrap: break-word;
166+
white-space: normal;
164167
}
165168

166169
.filter-search-bar__description {

0 commit comments

Comments
 (0)