Skip to content
Snippets Groups Projects
Commit 34fbf66d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '621-cannot-interact-with-overlay-with-long-filename' into 'devel_12.1.x'

Resolve "cannot interact with overlay with long filename"

See merge request !559
parents 3ad4baec 72647958
No related branches found
No related tags found
2 merge requests!56112.1.4 into master,!559Resolve "cannot interact with overlay with long filename"
Pipeline #8075 passed
......@@ -8,6 +8,7 @@ minerva (12.1.4) stable; urgency=medium
* Bug fix: there are no more extra markers due to map wrapping
* Bug fix: upload of the project failed when another project was removed
during upload
* Bug fix: word wrapping fixed in overlay table for long overlay names
-- Piotr Gawron <piotr.gawron@uni.lu> Fri, 28 Dec 2018 14:00:00 +0200
......
......@@ -847,6 +847,10 @@ https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip
overflow-x: hidden;
}
.minerva-overlay-panel td, .minerva-overlay-panel th {
word-break: break-word;
}
.pileup-root .controls input[type="text"] {
width: 180px;
}
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