", внутри блока. Нет проблем со списками, но слова в абзацах разделяются на наполовину, когда они достигают заполнения поля.
мой текст
<style>
@media (min-width: 768px)
<style>
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.garrigues_RemindersAML__Exvyp {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
color: #0c5460;
border-color: #ffeeba;
text-align: justify;
}
</style>
<div class="row" style="margin-top: 15px;">
<div class="alert alert-warning garrigues_RemindersAML__Exvyp col-md-12">
<p style="font-size: 17px;margin-left:0px;">Reminder </p>
<p> A priori, it is not necessary to request any document from this type of clients. The following documents must be obtained from public sources of information, and included in the AML questionnaire:</p>
<ul>
<li>Documentation proving that it is one of the clients considered low risk.</li>
<li>Documentation accrediting the activity (for example, annual accounts or screenshot of the website).</li>
</ul>
<p> If the customer is a subsidiary or branch of a financial entity or of listed companies whose securities are admitted to trading in a market regulated in the EU or Equivalent Third Countries, it must be justified that they belong (directly or indirectly in more than 50% to the financial or listed entity).</p>
<p> This client has LOW RISK and, therefore, applies SIMPLIFIED MEASURES OF DILIGENCE DUE.</p>
</div>
</div>
Я перепробовал все, чтобы они не сломались, но есть только 2 результата: они ломаются или абзац выходит за рамки.
I перепробовал все варианты с пробелами, переносом слов, переносом по переполнению, переполнением, отображением, шириной, полем, высотой ... И результат всегда одинаков: они ломаются или переполняются.
Есть ли способ предотвратить их взлом, поместить их в следующую строку вместо того, чтобы переполнять их?
Заранее спасибо.
Редактировать: каждый абзац происходит из базы данных, и затем он рендеризуется компонентом в веб-приложении React, код не так прост, как кажется.