J
J
jazzus2019-06-09 23:03:09
Bootstrap
jazzus, 2019-06-09 23:03:09

How to make line breaks without spaces?

There is a line

<div class="row">
     <div class="col-lg-4">
         fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
     </div>
</div>

Which in the layout is displayed at full length. Regardless of block size. Everything else is correct. But a line without spaces gets into other blocks, crosses buttons, etc.
How to force such line to be within the block?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Froskyta_1, 2019-06-09
@jazzus

word-wrap: break-word;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question