Added map to kivi ad preview.

This commit is contained in:
Naida Vatric
2020-02-23 01:52:43 +01:00
parent 16d004c1ab
commit 2218e6888a
5 changed files with 94 additions and 27 deletions

View File

@@ -169,3 +169,15 @@ h3 {
left: auto;
right: auto;
}
.dont-break-out {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}