nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 64766a0eef9413a88b02a4e8209696d4fd4f5a71
parent 2b608371c9351e7e880bfa58c008f0875239fdd2
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Fri, 26 Oct 2018 22:40:20 +0200

make long links wrap in alertify.js dialogs #150

Diffstat:
Msrc/lib/notifications/style.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/lib/notifications/style.css b/src/lib/notifications/style.css @@ -1,3 +1,7 @@ .alertify { z-index: 100000 !important; +} + +.alertify .alert>*, .alertify .dialog>* { + overflow-wrap: break-word; } \ No newline at end of file