html
<span class="share-link">Text</span>
css
.ScrapDash > .card > .card-body > .share-link {
color: red;
font-weight: bold;
background-color: blue;
max-width: 100%;
word-break: break-all;
-webkit-user-select: all; /* Chrome all / Safari all */
-moz-user-select: all; /* Firefox all */
-ms-user-select: all; /* IE 10+ */
user-select: all; /* Likely future */
}
Этот диапазон виден в chrome, но не в сафари. Почему?