Skip to content
Snippets Groups Projects
Commit 9b1ea950 authored by Pascal Dreissen's avatar Pascal Dreissen
Browse files

CSS adjustments to tooltip inner when using small screens (fixes #4096)

parent cc93b6a0
No related branches found
No related tags found
1 merge request!410CSS adjustments to tooltip inner when using small screens (fixes #4096)
...@@ -720,3 +720,6 @@ span.flag-zw {background-position:0 -5435px} ...@@ -720,3 +720,6 @@ span.flag-zw {background-position:0 -5435px}
input[type="password"].form-control[readonly] { input[type="password"].form-control[readonly] {
cursor: text; cursor: text;
} }
.tooltip-inner {
max-width: 100%;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment